Skip to content

Instantly share code, notes, and snippets.

@en0ndev
Last active April 11, 2023 09:46
Show Gist options
  • Save en0ndev/e21d05325be0f391acbf93e9865d1817 to your computer and use it in GitHub Desktop.
Save en0ndev/e21d05325be0f391acbf93e9865d1817 to your computer and use it in GitHub Desktop.
ENABLE/RESTORE WINDOWS PHOTO VIEWER IN WINDOWS 10/11

Enable/Restore Windows Photo Viewer in Windows 10/11

Also you can watch the video.
https://www.youtube.com/watch?v=x8BsNz0715U


STEP 1

  • Go to desktop and create a new Text Document here then open it.

STEP 2

  • Paste the code below there.

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
    ".tif"="PhotoViewer.FileAssoc.Tiff"
    ".tiff"="PhotoViewer.FileAssoc.Tiff"
    ".png"="PhotoViewer.FileAssoc.Tiff"
    ".bmp"="PhotoViewer.FileAssoc.Tiff"
    ".jpeg"="PhotoViewer.FileAssoc.Tiff"
    ".jpg"="PhotoViewer.FileAssoc.Tiff"
    ".ico"="PhotoViewer.FileAssoc.Tiff"

STEP 3

  • Click File->Save as the text document then type file name as viewer.reg and choose save as type as All files. Finally, click save.

STEP 4

  • Open the text document.

You're all set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment