Monday, 20 August 2012

How to lock any folder in Windows without any Software


You just have to follow these steps given below:-

Step 1) Make a Folder in C drive rename it as "abc" without quotes.
Step 2) Now open Command Prompt from Start Menu.
Step 3) Type "attrib +s +h C:\abc" without quotes and press enter.
Step 4) This command will Make your folder invisble and it can not be seen even in hidden files and folders.
Step 5) To make it visible again type "attrib -s -h C:\abc".
Step 6) You can lock any other folder also by changing the location C:\abc to address of your folder.

0 comments:

Post a Comment