This Picture & Fax viewer is not an actual '.exe' file. It is contained inside a .DLL file. You can 'call' this by:
Code:
rundll32.exe %SystemRoot%\System32\shimgvw.dll,ImageView_Fullscreen %1
If you drop the "%1" from the command, it will open the viewer without loading a picture. (Furthermore, replace %1 with a file name such as "dog.jpg" and it will display it.)
- rp