Hide folder By CMD

 





In order to hide a folder, first of all browse to the location in which the folder is residing.


Now, do a shift + Right Click and click on open command prompt window here.

Image

Now, In command prompt (CMD) type this command


 attrib +s +h "Folder name"  

As soon as you hit enter , your folder will be hidden. Now, no one can see this hidden folder , just by checking show hidden folder and files in windows PC.

Image

To show the folder, open CMD as mentioned above and type given below command


attrib -s -h "ItemName"

Post a Comment

Previous Post Next Post