Skip to content
Hello everybody today i will tell you how to hide files and folder using cmd.It is very simple Just use following commands to hide folder and files.
How to do:
1.Press WIN+R key then a run window will open type cmd in run window and press enter.
2.The command prompt window will open just like showing in below image.
3.Then type F: and hit enter here ‘F’ is the drive letter in which you have to hide the folder.
4.Type : attrib folder +s +h press enter where folder is your folder name.
5.Now you folder will be hidden now its time to unhide it . so just use the below
type: attrib folder +s -h then press enter your folder will be unhide
now if you have any problem you can ask in comments.Keep learning keep sharing
Related