Lock or hide private folder in windows without software

Many times you face this situation; you want to hide some personal data from the other person using your computer. However most of the person uses any software for that which can be troublesome sometime. So here is the trick to lock any folder in windows without any software.
Suppose you want to lock the folder Data; in C: drive. The path for the folder is D: .
Go to D: and create a text file and type command;
ren Data Data.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as hide.bat
Create another text file and type in it;
ren Data.{21EC2020-3AEA-1069-A2DD-08002B30309D} Data
Now save this text file as show.bat
Now you can see 2 batch files hide ; and show ; .
Press hide ; and the folder Data will change to control panel and you cannot view its contents.
Press show ; and you will get back your original folder.
You can move this folder to anywhere on your drives. But make sure you click on hide ; or show ; . File when it is placed in D: . else it wont work. Always remember the folder is to be locked and “show” and “hide” files should be in same folder at the time of using them, after use you can move it.
Note: 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’ then click apply.
Now rename your text files as bat files.
Related Posts
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

this thing doesn’t work in windows 7. any other alternatives?