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.
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
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!