We can lock our folder which can't be open by others. It can be done without any softwares. To keep your folder lock just Follow the steps below,
- Make a Folder in C drive rename it as "abc" without quotes.
- Now open Command Prompt from Start Menu.
- Type "attrib +s +h C:\abc" without quotes and press enter.
- This command will Make your folder invisble and it can not be seen even in hidden files and folders
- To make it visible again type "attrib -s -h C:\abc"
- You can lock any other folder also by changing the location C:\abc to address of your folder.
{ 0 comments... read them below or add one }
Post a Comment
Share your views