Skip to content

Instantly share code, notes, and snippets.

@Bachsau
Created December 25, 2024 22:48
Show Gist options
  • Save Bachsau/bb529033fa566ffc9f11d7af15e611fa to your computer and use it in GitHub Desktop.
Save Bachsau/bb529033fa566ffc9f11d7af15e611fa to your computer and use it in GitHub Desktop.
Enables the Photo Viewer from Windows 7 on Windows 10/11
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".tif"="PhotoViewer.FileAssoc.Tiff"
".tiff"="PhotoViewer.FileAssoc.Tiff"
".jpg"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".png"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment