Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CodeIter/c9cdde934ecc3b933fbc90ffcd677535 to your computer and use it in GitHub Desktop.
Save CodeIter/c9cdde934ecc3b933fbc90ffcd677535 to your computer and use it in GitHub Desktop.
How to register portable browsers for use withy https://github.com/zumoshi/BrowserSelect
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FirefoxPortable.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FirefoxPortable.exe\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FirefoxPortable.exe\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FirefoxPortable.exe\shell\open\command]
@="C:\\PortableApps\\FirefoxPortable\\FirefoxPortable.exe"
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MinBrowserChoco.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MinBrowserChoco.exe\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MinBrowserChoco.exe\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MinBrowserChoco.exe\shell\open\command]
@="C:\\ProgramData\\chocolatey\\bin\\Min.exe"
@CodeIter
Copy link
Author

just note 📝 : this not work for Windows 10 setting app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment