Get Back Windows XP Photo Viewer On Windows 8.

Опубликовано: 05 Август 2026
на канале: Andrea Borman
877
12

Miss the old Windows XP Photo Viewer?

Here is how to get it back on Windows 8.

I found out how to install Windows XP Picture And Fax Viewer on Windows 8 from this post here on Techguy Website:

http://techguylabs.com/episodes/882/c...

You can read the full tutorial posted by a member on the above website to better explain it.

This also works on Windows 7 and 8.1 but not on Windows Vista.
This could be because Vista has Windows Photo Gallery instead of Photo Viewer so the files there might be different.

To install you need to do the following:

Copy the Shimgvw.dll file from Windows XP Windows/System32 Folder onto the C/Windows Folder On Windows 8.


Then paste copy and paste this code in Notepad on Windows 7 or 8.


HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Windows\\System32\\rundll32.exe"="VISTARTM"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Windows\\System32\\rundll32.exe"="VISTARTM"

[HKEY_CLASSES_ROOT\.BMP]
@="BMPImage.Document"

[HKEY_CLASSES_ROOT\BMPImage.Document\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-70"

[HKEY_CLASSES_ROOT\BMPImage.Document\shell\open\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\shimgvw.dll,ImageView_Fullscreen %1"

[HKEY_CLASSES_ROOT\.GIF]
@="GIFImage.Document"

[HKEY_CLASSES_ROOT\GIFImage.Document\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-71"

[HKEY_CLASSES_ROOT\GIFImage.Document\shell\open\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\shimgvw.dll,ImageView_Fullscreen %1"

[HKEY_CLASSES_ROOT\.JPG]
@="JPGImage.Document"

[HKEY_CLASSES_ROOT\JPGImage.Document\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-72"

[HKEY_CLASSES_ROOT\JPGImage.Document\shell\open\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\shimgvw.dll,ImageView_Fullscreen %1"

[HKEY_CLASSES_ROOT\.PNG]
@="PNGImage.Document"

[HKEY_CLASSES_ROOT\PNGImage.Document\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-83"

[HKEY_CLASSES_ROOT\PNGImage.Document\shell\open\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\shimgvw.dll,ImageView_Fullscreen %1"

[HKEY_CLASSES_ROOT\.TIF]
@="TIFImage.Document"

[HKEY_CLASSES_ROOT\TIFImage.Document\DefaultIcon]
@="%SystemRoot%\\System32\\imageres.dll,-70"

[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\command]
@="C:\\Windows\\System32\\rundll32.exe C:\\Windows\\shimgvw.dll,ImageView_Fullscreen %1"


Save it as a Reg File-
XP7.reg.

Run the reg file it then restart your computer.