Hiding Files by Making them System Files (How To Access Them too)

If you have some files and/or folders that you would like to be hidden, this tutorial will show you how to mark them as system files so that they will only be displayed when the options to show system files is enabled. First we will look where this option is checked at. Also, keep in mind that you can access system files without enabling the view by simply typing the path into the address bar. For starters, lets make sure our computer is set to hide system files.

making_system_files_01

Start by opening any folder that you would like. At the top of the window, click on tools and select Folder Options.

making_system_files_02

This is the main folder options window. At the top of the window you see all the tabs we have to choose from to configure more options. Select the View tab.

making_system_files_03

In the view tab you will see a whole lot of options in the lower scroll box. Scroll down until you see an option that says “Hide Protected Operating System Files (Recommended)”. If it is checked it is hiding those files, which is what we want.

making_system_files_04

Next create a folder on your desktop.

making_system_files_05

Name the folder “system”.

making_system_files_06

Click on Start and select “Run”

making_system_files_07

Type CMD into the run box that comes up.

making_system_files_08

This will launch the above pictured command prompt window. Now we need to get to our directory. Type “cd C:Documents and Settings*USERNAME*Desktop” without the quotes (where *USERNAME* is what you are logged onto the machine as.

making_system_files_09

You command prompt should now look like this^^.

making_system_files_10

Type “DIR” (Again, without the quotes) and you should see all the contents of your desktop appear in the window. You should be able to locate our “system” folder that we created.

making_system_files_11

Take a second to create a coupe of files within the folder we created. Name them anything you would like.

making_system_files_12

My files in the folder.

making_system_files_13

Now back to our command prompt window. Type in “attrib +h +s system” This command will make our “system” folder hidden as well as a system folder. It will disappear from the desktop.

making_system_files_14

If you run the command “DIR” again, you will also notice, that it has disappeared from the desktop in the command prompt window as well. Well, if I can’t get to it, how can I get the files from it. Since we know where we put the file, which in this case the path would be: C:Documents and SettingsAdministratorDesktopsystem, we can access the file directly by doing the following.

making_system_files_15

Open my computer.

making_system_files_16

Type in the path of the folder

making_system_files_17

Once you press enter, it will take you to your folder and you will be able to see the contents of the folder while it is still hidden. You can see the files that we created in the beginning. This concludes this tutorial. I hope it was easy to follow and thanks for reading.