Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Created September 23, 2020 17:59
Show Gist options
  • Save sidneyspe/14b0ab5c827aa9f7ee3e8c61c30a521a to your computer and use it in GitHub Desktop.
Save sidneyspe/14b0ab5c827aa9f7ee3e8c61c30a521a to your computer and use it in GitHub Desktop.
Visualizador de fotos antigo do windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".tif"="PhotoViewer.FileAssoc.Tiff"
".tiff"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".jpg"="PhotoViewer.FileAssoc.Tiff"
".png"="PhotoViewer.FileAssoc.Tiff"
".jpe"="PhotoViewer.FileAssoc.Tiff"
".jxr"="PhotoViewer.FileAssoc.Tiff"
".jfif"="PhotoViewer.FileAssoc.Tiff"
".dib"="PhotoViewer.FileAssoc.Tiff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment