hide files and folders using Command Prompt
The most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".
For Example: You have a folder named "mydatas" and this folder is stored in (Disk Drive D).
follow the following instructions:
share this blog when you like:-click
The most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".
For Example: You have a folder named "mydatas" and this folder is stored in (Disk Drive D).
follow the following instructions:
- start->run : Run command dialog box appears.
- Now type "cmd" and hit enter. A command prompt window displays.
- Now type "attrib +s +h D:\mydatas" and hit enter.
- The folder "mydatas" 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')
share this blog when you like:-click
No comments:
Post a Comment