« »

Monday, November 29, 2010

Hide any Folder without any Software

To Hide any folder in windows XP without any software. Follow the steps Below.

  1. First Open Command Prompt Make a Folder in C drive using mkdir command "Hackersxone" without quotes.
  2. Type “attrib +s +h C:\Hackersxone” without quotes and press enter.
  3. This command will Make your folder invisble and it can not be seen even in hidden files and folders
  4. To make it visible again type “attrib -s -h C:\Hackersxone
  5. You can lock any other folder also by changing the location C:\Hackersxone address of your folder.

1 comment: