Skip to content

Instantly share code, notes, and snippets.

@nztim
Created August 6, 2015 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nztim/4a32b3d35438eea0cf13 to your computer and use it in GitHub Desktop.
Save nztim/4a32b3d35438eea0cf13 to your computer and use it in GitHub Desktop.
Windows Photo Viewer Enable for Win10
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"
".png"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
@nztim
Copy link
Author

nztim commented Aug 6, 2015

@No3x
Copy link

No3x commented Sep 12, 2015

I was looking for an open source alternative on github since the Win 10 "Photo" app bothered me. By this gist I found winaero which re enables the good old photo viewer. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment