Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
Expand to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
If the value "SuperHidden" exists, double-click on it to edit its value to (0 = show hidden, 1 = do not show)
If the value "SuperHidden" does not exist, create it as follows
Name: SuperHidden
Type: DWORD
Value: 0
(0: show hidden, 1: do not show)
------------------------------------------------------------------------------------OR-----------------------------------------------------------
Go to the following registry key:
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL
DELETE the value CheckedValue in the right window. (Its type should be REG_SZ and data should be 2.)
Now create a new DWORD value called CheckedValue (same as above, except that the type is REG_DWORD). Modify the value data to 1 (0x00000001).
This should let you change the "Hidden Files and Folders" option.