Hide Files & Folders using CMD

1) Press windowkey+R: Run command dialog box appears. or go to start and click run.

2) Now type "cmd" and hit enter. A command prompt window displays.
    Now type attrib +s +h E:\myfolder and hit enter.
    The folder "myfolder" will be hidden which cannot be viewed by any search options.

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

No comments: