Create Ultra Hidden And Unsearchable Folders in Windows

This is the simplest method to create ultra hidden and unsearchable folders under windows. Here’s the procedure-

1. Open command prompt.

2. Go to the path where the folder is located. Then use the command,

attrib +s +h folderName

hide-a-folder-by-changing-its-attributes

This command will turn the folder into hidden, system folder. Since the system folders are invisible and unsearchable, you folder is ultra hidden now.

create-super-hidden-folder-in-windows-easily

3. To see the folder again, open command prompt and go to the place where the hidden folder is located, then use the following command,

attrib -s -h folderName

unhide-the-folder-hidden-by-you

This will remove the hidden and the system attributes from the folder and the folder will be visible again,

create-unsearchable-folder-in-windows

That’s it.

Note 1 – If the folder that you want to hide, contains a space in it, then you’ll get error while changing its attributes. To get rid of this error, enclose the folder name in quotes,

solve-the-parameter-format-not-correct-error

Note 2 – This trick works because, by default, the option, Hide Protected Operating System Files is checked. If your folder is still visible after its attributes are changed, then make sure that this option is checked. To see this option, open any folder, then go to Tools -> Folder Options, and select the view tab.

folder-options-to-see-hidden-folders

Note that anybody can make the system files, and hence your hidden folder, visible, by changing the above view setting. But since nobody knows where the folder is actually located, it would be almost impossible to view it. You can add one more layer of protection in this Security through obscurity, by naming the folder to something which looks like windows folder, like cache, system32 etc.

9 thoughts on “Create Ultra Hidden And Unsearchable Folders in Windows”

Leave a Comment