Monday 24 February 2014

LOCK ur folder without S/W in Windows Xp

LOCK ur folder without S/W in Windows Xp

Method 1:
To hide a a folder name
"d:\volt"
GO TO CMD PROMPT :
type in "d:\attrib volt +s +h "
2 unlock the hide :
type in "d:\attrib volt -s -h "

-------------->

LOCK ur folder without S/W

Method 2:
TRY to lock ur private folder

Suppose you want to lock the folder volt in d: which has the path D: Volt. In the same drive create a text file and type
ren volt volt.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

Create another text file and type in it
ren volt.{21EC2020-3AEA-1069-A2DD-08002B30309D} volt
Now save this text file as key.bat

Now you can see 2 batch files loc and key. Press loc and the folder volt will change to control panel and you cannot view its contents. Press key and you will get back your original folder. try it out!!!!!!!

Important note: How to rename your text files as bat files?
Just go to my computer->tools->folder options->go to the view tab.
Now uncheck the 'Hide extensions for known file types'. Press apply.
Now rename ur text files as bat files.

That's it....!!

No comments:

Post a Comment