Skip to content

Instantly share code, notes, and snippets.

@xmha97
Created May 19, 2020 06:34
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 xmha97/287cd217fdcaaa0d929614b566992f14 to your computer and use it in GitHub Desktop.
Save xmha97/287cd217fdcaaa0d929614b566992f14 to your computer and use it in GitHub Desktop.
Shows a prompt to let you use different browsers on the fly.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\OpenWith]
@="OpenWith"
"EditFlags"=dword:00000002
"FriendlyTypeName"="Web URL"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\OpenWith\DefaultIcon]
@="C:\\Program Files (x86)\\Internet Explorer\\IEXPLORE.EXE,-17"
[HKEY_CLASSES_ROOT\OpenWith\shell]
@="open"
[HKEY_CLASSES_ROOT\OpenWith\shell\open\command]
@="\"OpenWith.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities]
"ApplicationDescription"="Shows a prompt to let you use different browsers on the fly."
"ApplicationIcon"="C:\\Program Files (x86)\\Internet Explorer\\IEXPLORE.EXE,-17"
"ApplicationName"="Open With"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\DefaultIcon]
@="C:\\Program Files (x86)\\Internet Explorer\\IEXPLORE.EXE,-17"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\FileAssociations]
".htm"="OpenWith"
".html"="OpenWith"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\StartMenu]
"StartMenuInternet"="OpenWith"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\URLAssociations]
"ftp"="OpenWith"
"http"="OpenWith"
"https"="OpenWith"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\OpenWith\Capabilities\shell\open\command]
@="\"OpenWith.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OpenWith]
@="OpenWith"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OpenWith\DefaultIcon]
@="C:\\Program Files (x86)\\Internet Explorer\\IEXPLORE.EXE,-17"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OpenWith\InstallInfo]
"HideIconsCommand"=""
"IconsVisible"=dword:00000001
"ReinstallCommand"=""
"ShowIconsCommand"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OpenWith\shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OpenWith\shell\open\command]
@="OpenWith.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"OpenWith"="SOFTWARE\\OpenWith\\Capabilities"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment