Skip to content

Instantly share code, notes, and snippets.

@kanryu
Created July 18, 2017 06:24
Show Gist options
  • Save kanryu/ce4afd8956f33fc9e1b857e7191b7791 to your computer and use it in GitHub Desktop.
Save kanryu/ce4afd8956f33fc9e1b857e7191b7791 to your computer and use it in GitHub Desktop.
Default Application as QuickViewer for .jpg extension
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.JPEG]
@="JPEG Format Image"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.JPEG\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.JPEG\shell\open]
@="&View with QuickViewer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.JPEG\shell\open\command]
@="\"E:\\Home\\src\\qt\\QVproject\\QuickViewer-0.8.2-x64\\QuickViewer.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.PNG]
@="PNG Format Image"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.PNG\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.PNG\shell\open]
@="&View with QuickViewer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\QuickViewer.AssocFile.PNG\shell\open\command]
@="\"E:\\Home\\src\\qt\\QVproject\\QuickViewer-0.8.2-x64\\QuickViewer.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\Software\QuickViewer]
[HKEY_LOCAL_MACHINE\Software\QuickViewer\Capabilities]
"ApplicationDescription"="QuickViewer for folders/archives"
"ApplicationName"="QuickViewer"
[HKEY_LOCAL_MACHINE\Software\QuickViewer\Capabilities\FileAssociations]
".jpg"="QuickViewer.AssocFile.JPEG"
".png"="QuickViewer.AssocFile.PNG"
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"QuickViewer"="Software\\QuickViewer\\Capabilities"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment