Created
May 19, 2020 06:34
-
-
Save xmha97/287cd217fdcaaa0d929614b566992f14 to your computer and use it in GitHub Desktop.
Shows a prompt to let you use different browsers on the fly.
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_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