maps-outline
maps-outline
maps-outline
Username:    Password:    Remember me     

How to View System and Hidden Files and Folders in Windows

Introduction


By default Windows prevents certain files and folders from being viewed. This is to protect these files and folders, from being inadvertantly modified or deleted. Unfortunately some forms of malware can hide their files and folders, making it harder to find the malcious items.

By following the steps listed below, for your version of Windows, you will be able to configure Windows to show all files, file extensions, and folders.


INFORMATION
info.pngUnder normal operating conditions you should leave the viewing of files and folders at the default settings. You should only enable the viewing of hidden and system files and folders and file extenstions only when troubleshooting your operating system.

Show Hidden Files and Folders


Windows 95

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Click OK.

Windows 98

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Click OK.

Windows ME

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click OK.

Windows NT

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Click OK.

Windows 2000

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.

Windows XP

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.

Windows Server 2003

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.

Windows Vista

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.

Windows Server 2008

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.

Windows 7

  1. Close all programs and windows that you have open.
  2. Right-Click Start.
  3. Select Explore.
  4. Select the Tools menu and click Folder Options.
  5. Select the View Tab.
  6. In Advanced Settings:, under Hidden files section select Show all files.
  7. Uncheck Hide extensions for known file types.
  8. Uncheck Hide protected operating system files (recommended).
  9. Click Yes.
  10. Click Apply.
  11. Click OK.
NOTE
note.pngWhile accessing some Windows folders you may have to click on an underlined link to view the files and sub-folders for that particular Windows folder:

View the Entire contents of this drive

Using a Windows Registry Patch


Windows 95/98/ME/NT

Copy the contents of the below quote box to Notepad; Save As UnHideFiles.reg to your Desktop; make sure File Type: is set to All Files (*.*). Close Notepad.

Locate UnHideFiles.reg on your Desktop. Double-click on it and answer 'Yes' when asked if you want to merge with the registry.
UnHideFiles.reg
REGEDIT4
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"HideFileExt"=dword:00000000
"SuperHidden"=dword:00000001
"ShowSuperHidden"=dword:00000001

To Undo:
Copy the contents of the below quote box to Notepad; Save As HideFiles.reg to your Desktop; make sure File Type: is set to All Files (*.*). Close Notepad.

Locate HideFiles.reg on your Desktop. Double-click on it and answer 'Yes' when asked if you want to merge with the registry.
HideFiles.reg
REGEDIT4
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000002
"HideFileExt"=dword:00000001
"SuperHidden"=dword:00000000
"ShowSuperHidden"=dword:00000000

Windows 2000/XP/2003/VISTA/2008/7

Copy the contents of the below quote box to Notepad; Save As UnHideFiles.reg to your Desktop; make sure File Type: is set to All Files (*.*). Close Notepad.

Locate UnHideFiles.reg on your Desktop. Double-click on it and answer 'Yes' when asked if you want to merge with the registry.
UnHideFiles.reg
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"HideFileExt"=dword:00000000
"SuperHidden"=dword:00000001
"ShowSuperHidden"=dword:00000001

To Undo:
Copy the contents of the below quote box to Notepad; Save As HideFiles.reg to your Desktop; make sure File Type: is set to All Files (*.*). Close Notepad.

Locate HideFiles.reg on your Desktop. Double-click on it and answer 'Yes' when asked if you want to merge with the registry.
HideFiles.reg
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000002
"HideFileExt"=dword:00000001
"SuperHidden"=dword:00000000
"ShowSuperHidden"=dword:00000000

CAUTION
caution.pngBecause of a bug, even after following the above procedures, some file extensions will not be displayed. There are some forms of malware that will take adavantage of this bug. Files with the extensions of .lnk, .pif, and .shs will not display properly under certain conditions.

Some examples are as follows:
  1. somefile.txt.shs will look like somefile.txt. Double clicking on the file will cause it to execute, instead of opening with notepad.
  2. somefile.zip.pif will look like somefile.zip. Double clicking on the file will cause it to execute, instead of opening WinZip (or similar).
  3. musicfile.mp3.lnk will look like musicfile.mp3. Double clicking on the file will cause it to execute, instead of opening with Windows Media Player (or similar).
Those are just a few examples. There are many more. This is very dangerous and double clicking these type of files will cause them to execute, infecting the computer.

COPYRIGHT NOTICE
warn.pngYou may not reproduce this article in whole or part without the express permission of the author and MalwareTeks.
REVISED: December 29th, 2009


< About Us | Terms of Service | Acceptable Use Policy | Copyright Notice | Privacy Policy | Software Piracy | Want to Help? | Link to Us | Advertise With Us | Contact Us >


Copyright 2006-2010 MalwareTeks

All products mentioned herein are the trademarks of their respective owners.
In addition, images, logos, pictures or other material may be trademarks or registered trademarks of their respective owners.

Site by Zoll Technologies
Protected by: ZB BLOCK 


ICRA.org
Banner