Wednesday, February 22, 2012

Securely Hide File or Folder Using Command Prompt


If you have a folder named "bestsongs" on drive D and you want to hide it. Follow the following simple steps.

1. Start > Run > and type “cmd” to open Command Prompt (without quotes).

2. Type "attrib +s +h D:\bestsongs" on command prompt and hit enter (without quotes).

Now the folder "bestsongs" will be hidden. To unhide that folder, type the following code on Command Prompt and hit enter.

attrib -s -h D:\bestsongs

Now you can view the folder "bestsongs". When a folder is hidden using this methode, no one can't find that folder using Search method. Show Hidden System Files and Folders to view those files.


Screenshot

0 comments:

Post a Comment