Summary: Many people prefer alternatives to Windows Picture and Fax Viewer. Others prefer it. Here's how to reset it to be the default image viewer.
A very common question most folks have shortly after installing Windows XP is How do I make something other than "Picture and FAX Viewer" the default for viewing pictures?.
The other day I got a couple of variations on the reverse:
What is the file name and extension for Windows picture and fax viewer? I want to use it for an OLE object to view pictures.
and
How do I change my default image viewer back to the Windows Picture and Fax Viewer?
•
Turns out it's easier to get rid of than it is to restore. But not impossible.
•
It took a little spelunking using Process Explorer to determine the command line that is used when Windows Picture and Fax Viewer is invoked. Turns out that it's not a stand-alone exe at all.
The command to run Windows Picture and Fax viewer is:
rundll32.exe
C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen
path-to-picture
So, to answer the first question: shimgvw.dll probably exposes the objects needed to use Windows Picture and Fax Viewer as an OLE object.
As for the second, restoring Windows Picture and Fax Viewer as the viewer for images:
If for some reason it's not already in the list, you can force the association by following these steps, still in Windows Explorer:
C:\WINDOWS\system32\rundll32.exe
C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen %1. Where
"C:\WINDOWS" is the directory containing your Windows installation.You'll want to repeat that for every extension (GIF, JPG, JPEG, etc.) for which you want to change the behavior.
Update: Another approach to re-installing Windows Picture and Fax Viewer is to click on Start, Run... and type in:
regsvr32 /i shimgvw.dll
and press OK. Then press OK again on the resulting success message. (Thanks to comment poster Leon for this suggestion.)
Related:
How do I make something other than "Picture and FAX Viewer" the default for viewing pictures? Windows Picture and FAX Viewer is the default application for viewing images under Windows. But there are many other programs out there as well.
Article C2336 - April 20, 2005
Thanks for the info. You solved my version of the problem. My preferred default was MS Office Document imaging that I use to incorporate scanned images into powerpoint. My default with XP was reset by the widely reviled office 2007 upgrade. I was using right click open/with but was just double clicking to get my preference.
Posted by: Ralph at July 13, 2008 5:21 AMNot only was this an extra couple of steps, but I often forgot and double-clicked and got the wrong progam. MS Office Document Imaging allows you to select a portion of the image and edit/"copy image" to paste into a powerpoint slide. This is very useful in adapting powerpoint to replicate the blackboard / transparency / notes techniques for college classes (I'm an adjunct prof).
Importing this registry key will set picture and fax viewer as default for TIF and TIFF files.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.TIF]
@="TIFImage.Document"
[HKEY_CLASSES_ROOT\.TIFF]
@="TIFImage.Document"
[HKEY_CLASSES_ROOT\TIFImage.Document]
"EditFlags"=dword:00010000
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,68,00,69,00,6d,00,67,00,76,00,77,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,33,00,30,00,36,00,00,00
"ImageOptionFlags"=dword:00000000
"BrowserFlags"=dword:00000008
@="TIF Image"
[HKEY_CLASSES_ROOT\TIFImage.Document\DefaultIcon]
@="shimgvw.dll,4"
[HKEY_CLASSES_ROOT\TIFImage.Document\shell]
@=""
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open]
"MuiVerb"="@shimgvw.dll,-550"
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\command]
@="rundll32.exe C:\\WINDOWS\\system32\\shimgvw.dll,ImageView_Fullscreen %1"
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\DropTarget]
"Clsid"="{E84FDA7C-1D6A-45F6-B725-CB260C236066}"
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto]
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto\command]
Posted by: eric liu at August 25, 2008 12:17 PM@="rundll32.exe C:\\WINDOWS\\system32\\shimgvw.dll,ImageView_PrintTo /pt \"%1\" \"%2\" \"%3\" \"%4\""
Is there any way of getting Windows Picture and Fax Viewer to run on Vista?
-Leo
Hi, Leo - My problem is different (but I feel related to this thread). Now, when I scan text, when I am getting an uneditable (apparently unconvertible)"photo" image. I want text that I can covert to Word with OCR. That is what happened in the past. I must have done something to change my settings. My operating system is XP and I have Word from Office 2003. Thank you for this help, Alan
08-Oct-2008
03-Nov-2008