You are on page 1of 1

If you are having problems viewing hidden and system files it is because the registry entries are not

set properly. Your logs showed the below:


Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000002
"SuperHidden"=dword:00000000
"ShowSuperHidden"=dword:00000000
"HideFileExt"=dword:00000001

The below should fix this.

Copy the bold text below to notepad. Save it as fixme.reg to your desktop. Be sure the "Save as"
type is set to "all files" Once you have saved it double click it and allow it to merge with the registry.

Quote:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"SuperHidden"=dword:00000001
"ShowSuperHidden"=dword:00000001
"HideFileExt"=dword:00000000

Make sure that you tell me if you receive a success message about adding the above
to the registry. If you do not get a success message, it definitely did not work.

You might also like