WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > How to add Windows Photo Viewer in Windows 10

How to add Windows Photo Viewer in Windows 10

Feb 25, 2018

As we know, the default photo viewer in Windows 10 is changed to Photos, which is more powerful than its previous version - Windows Photo Viewer of Windows 7, but I wouldn't say I like its black background and it cannot be changed. (If you know how to change Photos background, please advise me.) I still like Windows Photo Viewer, but if we want to change the default app in Settings, Windows 10 doesn't list Windows Photo Viewer.

How can we change Windows 10 default photo viewer to the classic Windows Photo Viewer?

That is very easy, just 3 steps:

1, Please copy the following code into a new text file, for example, viewer.txt

Windows Registry Editor Version 5.00
; Change Extension's File Type
[HKEY_CURRENT_USERSoftwareClasses.jpg]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type
[HKEY_CURRENT_USERSoftwareClasses.jpeg]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type<
[HKEY_CURRENT_USERSoftwareClasses.gif]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type
[HKEY_CURRENT_USERSoftwareClasses.png]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type
[HKEY_CURRENT_USERSoftwareClasses.bmp]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type<
[HKEY_CURRENT_USERSoftwareClasses.tiff]
@="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type
[HKEY_CURRENT_USERSoftwareClasses.ico]
@="PhotoViewer.FileAssoc.Tiff"

2, Change viewer.txt type to registry file, viewer.reg

3, Double click viewer.reg to import codes into registry. After that, you can open Settings to change default photo viewer application to Windows Photo Viewer.

Windows Photo Viewer
80065