Hide Files and Folders Through Command Prompt

You can now easily hide your files or folders through Command Prompt. It will be impossible for others to find the file or folder unless they know the filename or folder name. You can secure your documents easily by this method. Make sure you remember the file or folder name!

How To Hide Files And Folders?

Hide files and foldersWe are now going to hide a folder using Command Prompt from Windows.

Also Check : Steganography — The Art Of Hiding Using DOS Commands.

Suppose if you want to hide a folder named Pradeep in your E drive.

Then open the Command Prompt. [Goto Run and type cmd]

Type, attrib +s +h E:Pradeep

Where ,

E: : Drive name

Pradeep : Folder name

And If you want to make that folder appear, type,

attrib -s -h E:Pradeep

Note : Use this only for educational and security purposes.

You can refer our video tutorial for easy usage.

14 thoughts on “Hide Files and Folders Through Command Prompt”

  1. plz help me
    i follow the steps ,it will work properly ,but i don’t remember the folder name after hidden it..
    sohow to get it.

    Reply
  2. dude this technique for hiding a folder using command prompt are interesting but can u tell me this hide folder are appear in "folder and search option" how can we hide the foder using commnd prompt bt that cant apper in folder option

    Reply

Leave a Comment