Show/Hide System Files and Folder using Registry

The instructions below would help you to:

  • Show (or hide) System files and folders using the Registry Editor.

Showing all files and folders is good in certain ways. Windows, by default, disables this option to keep the users from accidently deleting files. It is a good practice to hide those files and folders if you don't want to mess with them. They have been created that way for some good reasons. However, to many of us, specially the software programmers, it might be more convenient to work with files/folders when we have them all displayed.

IMPORTANT This article contains information about registry modification. Modifying the registry incorrectly might cause critical problems to your computer. Make sure you understand the registry and back it up before modifying it.

IMPORTANT The System files and folders are set to be hidden by Windows defaults to keep users from accidently remove them. Deleting system files or folders could cause critical problems on the computer. So be aware when you work on the files/folders if you have them all shown up.

It is a good practice to keep the system files and folders hidden to avoid unawared actions. However, if you really need to display them all, read on for the instructions.

Use this trick at your own risks

Here's how to enable/disable hidden files/folders using the "Registry Editor"

  1. Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
  2. Expand to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. If the value "SuperHidden" exists, double-click on it to edit its value to (0 = show hidden, 1 = do not show)
  4. If the value "SuperHidden" does not exist, create it as follows
    Name: SuperHidden
    Type: DWORD
    Value: 0
    (0: show hidden, 1: do not show)

0 comments:

Post a Comment