How to Turn Off Image Preview Thumbnail and Disable Windows Picture and Fax Viewer in Windows XP
Windows XP displays thumbnail style of preview for images, pictures and photos in Windows Explorer’s Details section on left pane when users select a pic. The preview will also automatically created and displayed when users browse and view a folder in Thumbnail view. Beside, when open or double click on a format associated with popular graphic formats, the photos or pictures will open in Windows Picture and Fax Viewer instead of user preferred or favorite image viewer or editor, due to the fact that the default action on image file is to preview it using Windows Picture and Fax Viewer.
In order to turn off and disable thumbnail preview feature of images, photos, graphics, and pictures in Windows XP, and to disable the Windows Picture and Fax Viewer and remove graphic files format associations with the default viewer comes with XP, open Command Prompt window (type Cmd in Run command box) and type the following command, follow by ‘Enter’.
regsvr32 /u shimgvw.dll
shimgvw.dll known is Windows Picture and Fax Viewer Library shimgvw. After running above command, all photos and images will be displayed as just icons, and double click to open a graphic will launch your personal favorite default image viewer instead.
To re-enable image preview and turn off Windows Picture and Fax Viewer, run the following command and hit ‘Enter’ key:
regsvr32 shimgvw.dll
If the above trick doesn’t work, it’s also possible to achieve the same result to disable image preview and Windows Picture and Fax viewer via system registry. To do so, run Registry Editor by typing “regedit” in Run command box from Start Menu, and then navigate to the following registry key:
HKEY_CLASSES_ROOT\SystemFileAssociations\image\
ShellEx\ContextMenuHandlers\ShellImagePreview
Note: Wrap to 2 lines for readability.
Before performing the next step, it’s wise to backup by exporting the registry key. To do so, simply right click on ShellImagePreview and choose Export, and save it to a file. Then in the right pane, double click on (Default) registry value name, and clear the value of the “(Default)” so that the new value data is blank (empty space). Original value is defaulted to “{e84fda7c-1d6a-45f6-b725-cb260c236066}”.
To restore the preview action on images and pictures files, set back the value to {e84fda7c-1d6a-45f6-b725-cb260c236066}, or simply restore the backup registry file saved by executing it.
Also see how to disable video preview.
Related Articles
- Disable and Turn Off Taskbar Thumbnail Preview in Windows 7 (Switch to List View)
- How to Turn Off and Disable Thumbnail Preview in Vista
- How to Enable or Disable Media and Video Thumbnail Preview in Windows XP
- How to Change Folder Thumbnail Preview Picture in Windows Vista Explorer
- How to Enable or Disable (Turn On or Off) Desktop Preview in Windows 7
- Disable and Prevent Thumbnail Cache (Thumbs.db) Creation
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista
- Disable or Turn Off (Or Enable and Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode
- Hide or Disable Snap Preview Anywhere (SPA Site Preview) Bubble Pop Up
- How to Turn Off and Disable Windows Flip 3D Switcher in Vista










































September 23rd, 2009 06:20
I have tried all of the above tips, but I still have the thumbnail showing the preview of the file. Does anyone know how to turn them off.
August 1st, 2009 20:42
este artículo, copiado de otro, tiene el mismo fallo
No es regsvr32 / u shimgvw.dll
lo correcto es regsvr32 /u shimgvw.dll
Sobra un espcio antes de la “u”
January 6th, 2009 07:22
Thank you very much for this solution!