How to Hide Files Folders Using Command Prompt
- Hide Files Folders Using Command Prompt
- Item 2
- Item 1
- The most important thing is that, once you have hidden a file with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".
- Hiding the most wanted files and folders is very important nowadays and it's really a tough task too. In order to make this tedious job an easy one, i'm going to deliver you a new trick now. For instance: You have a folder named "tech" and this folder is stored in (Disk Drive E). You think that it should not be seen by strangers whouse your PC.
- For that you need to follow the following instructions:
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:\tech" and hit enter
.
4. The folder "tech" 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')
Post a Comment