Created
August 6, 2015 19:46
-
-
Save nztim/4a32b3d35438eea0cf13 to your computer and use it in GitHub Desktop.
Windows Photo Viewer Enable for Win10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
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
From here: http://winaero.com/blog/how-get-windows-photo-viewer-working-in-windows-10-rtm/