How to Make Super Hidden Folders

Aug 3, 2015 05:28 PM
635741648479703270.jpg

Basically what this tutorial will show you is how to make folders that won't show up in windows even with the show hidden files/folders option on. First thing you need to do is make a folder on your desktop.

635741648722672125.jpg

Then you need top open up command Prompt and type in the following command (Don't forget quotations if file path has any spaces in it):

attrib +s +h

635741938031247386.jpg

This should make the folder disappear off of your desktop. This works by making the folder a System Folder and Hidden at the same time. This hides it twice. To access the folder you can use command prompt again. This time the command is:

attrib -s -h

This removes the attributes from the folder thus making it visible once again.

Comments

No Comments Exist

Be the first, drop a comment!