- Back to Home »
- Command Prompt , How to »
- Lock and Hide your folder using Command Prompt .
Posted by : Abhishek Vohera
To lock a folder in windows XP without any software. Follow the steps below.
1. Make a Folder in C drive rename it as "a" without quotes.
2. Now open Command Prompt .
3. Type "attrib +s +h C:\a" without quotes and press enter.
4. This command will Make your folder invisible and it can not be seen even in hidden files and folders.
5. To make it visible again type "attrib -s -h C:\a"
You can lock any other folder also by changing the location C:\a to address of your folder.
PLZ give your feedback in comments !!!!
plz !!!