Thursday 17 May 2012

Trick to hide files and folders using command prompt


Trick to hide files and folders using command prompt
Suppose if you want to hide folder "Pics" which is placed in local disk E:\ .
For that you need to follow the following instructions

Press window key+R: Run command dialog box appears.
Now type "cmd" and hit enter. A command prompt window displays.
Now type "attrib +s +h E:\Pics" and hit enter.
The folder "Pics" will be hidden (Note: It cannot be viewed by any search options)

(To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h')

0 comments:

Post a Comment