C Tell people more about your page (255 character maximum)

14/02/2023
Happy birthday Dhairya๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚
07/11/2022

Happy birthday Dhairya๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚๐ŸŽ‚

23/08/2022
18/01/2013

good morning all of you

28/08/2012

good night all of you

09/06/2012

Tell people more about your page (255 character maximum)

05/02/2012
05/02/2012
29/01/2012

Good morning and have a nice day

28/01/2012

How to lock any folder with out any software
1. Make a folder on the desktop or any where else as you like and name it (give any name).

2. Now, open notepad and write "ren .
{21EC2020-3AEA-1069-A2DD-08002B30309D}"
(without the double inverted commas) and now go to Notepad Menu File>save as.

3. In theโ€˜save asโ€™ name it as lock.bat and click save !(Note Save this batch file where you create the folder).

4. Now, again open notepad and write"ren .
{21EC2020-3AEA-1069-A2DD-08002B30309D}" and again go to Notepad Menu File>save as.

5. In the โ€˜save asโ€™ name it as key.bat and click save ! (Note:Save this batch file at the same place where you saved the lock.bat and your folder).
6. Now, double click on the lock.bat to lock the folder and now if you open your folder, control panel willopen up.

7. Now, double click key.bat to open the folder and now if you open your folder,you can access your data inside the folder again.

8. Lock your folder and hide the key.bat somewhere else on your hard disk.

9. Whenever you want to open your folder just paste the key.bat to the place where is your folder and
open your folder using it.

Nice and Funny trick.
Hope you like it.

28/01/2012

To create a Standby mode desktop shortcut

1. Right-click an empty area of your desktop

2. Select New>>Shortcut. This will invoke the Create Shortcut Wizard

3. In the text box, copy and paste the following code: %windir%\System32\rundll32.exe powrprof.dll,SetSuspendState

4. Click Next, then rename your shortcut: Standby

5. Click Finish.

That's it!

28/01/2012

Folder Lock With Password Without Any Software-

Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder....

--------------------------------------------------------------------------------------------------------------------------------------------------

PASTE THE FOLLOWING CODE....

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Address

Jasdan
364490

Website

Alerts

Be the first to know and let us send you an email when C posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to C:

Share