Poll

Rate This WebSite.
5 Stars
4 Stars
3 Stars
2 Stars
1 Star
No Stars
Create your own poll

Page Views

Website Chat

Labels

Popular Posts

Followers

Sponsored Links

Sponsored Links

Blog Archive

Saturday, 7 April 2012

Show/Hide Hidden Files and Folders using Windows Registry


This is an alternate method to show/hide hidden files and folders on a Windows PC. Most likely, you should use this simple method to do the same thing if you don't want to take risks modifying your registry.
IMPORTANT This article will guide to some steps to modify your Windows Registry. Stop if you're not familiar with the Windows Registry. Making a wrong change on the Windows Registry could cause critical problems to your computer.
Proceed at your own risks
  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 "Hidden" exists, double-click on it to edit its value to (1 = show hidden, 2 = do not show)
  4. If the value "Hidden" does not exist, create it as follows
    NameHidden
    TypeDWORD
    Value1
    (1: show hidden, 2: do not show)

0 comments: