How To Hide Your Folders/Files using CMD
*(Files will not appear even when you click on the show Hidden Folders in control panel)
Steps :
1.Press windows key+R: Run command dialog box appears.
2.Now type "cmd" and hit enter. A command prompt window displays.
3.Now type "attrib +s +h E:\myphotos" and hit enter. { E is the Drive name}
4.The folder "myphotos" will be hidden (Note: It cannot be viewed by any search options)
(Works only in windows)
(To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h')
No comments:
Post a Comment