Hide Files and Folder 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".

Follow the following steps ::
1. Click on start , then click on run.
2. Type cmd and press enter and command prompt will be opened.
3. On the command prompt , go to the place where the folder is.
foreg if it is in d drive and u r in c drive then to change it just type D: and press enter and u will enter in the d drive
4. example i want to hide a folder called Apps its located in the d:\.
5. d:\>attrib +s +h +r Apps
6. to unhide i will use command :: d:\>attrib -s -h -r Apps

syntax to hide

attrib +s +h +r folder name

syntax to unhide

attrib -s -h -r folder name

Comments

Popular Posts