Generally we would see many instances of private folders hidden by softwares
but in this post i can reveal the secret of folderhiding with out softwarez.
following the sequence of steps below
- create a Folder in C drive rename it as "XXX" without quotes.
- Now open Command Prompt in the Start Menu.
- Type "attrib +s +h C:\XXX" without quotes and then press enter.
- This command will Make your folder invisble and it can't be seen even in searches ,hidden files and folders list.
- To regain it type "attrib -s -h C:\abc"
- You can lock any other folder(in other drives also) by just replacing the address of location of folder or file in place of C:\XXX .

No comments:
Post a Comment