Skip to content

Instantly share code, notes, and snippets.

@toriato
Created January 23, 2023 20:57
Show Gist options
  • Save toriato/f9820ae8e679560e4d937d092e347fa9 to your computer and use it in GitHub Desktop.
Save toriato/f9820ae8e679560e4d937d092e347fa9 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications]
"LibreWolf"="Software\\Clients\\StartMenuInternet\\LibreWolf\\Capabilities"
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\shell\open\command]
""="\"C:\\Users\\aeon\\scoop\\shims\\LibreWolf-Portable.exe\""
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\DefaultIcon]
""="C:\\Users\\aeon\\scoop\\apps\\librewolf\\current\\LibreWolf-Portable.exe,0"
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\Capabilities\FileAssociations]
".html"="ScoopLibreWolfHTM"
".htm"="ScoopLibreWolfHTM"
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\Capabilities\URLAssociations]
"https"="ScoopLibreWolfHTM"
"http"="ScoopLibreWolfHTM"
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\Capabilities]
"ApplicationName"="LibreWolf"
"ApplicationIcon"="C:\\Users\\aeon\\scoop\\apps\\librewolf\\current\\LibreWolf-Portable.exe,0"
"ApplicationDescription"="LibreWolf, A custom version of Firefox, focused on privacy, security and freedom."
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf]
""="LibreWolf"
[HKEY_CURRENT_USER\SOFTWARE\Classes\ScoopLibreWolfHTM\shell\open\command]
""="\"C:\\Users\\aeon\\scoop\\shims\\LibreWolf-Portable.exe\" %1"
[HKEY_CURRENT_USER\SOFTWARE\Classes\ScoopLibreWolfHTM\Application]
; Name in Dialog
"ApplicationName"="LibreWolf"
"ApplicationDescription"="A custom version of Firefox, focused on privacy, security and freedom."
"ApplicationIcon"="C:\\Users\\aeon\\scoop\\apps\\librewolf\\current\\LibreWolf-Portable.exe,0"
[HKEY_CURRENT_USER\SOFTWARE\Classes\ScoopLibreWolfHTM]
""="LibreWolf HTML Document"
@toriato
Copy link
Author

toriato commented Jan 23, 2023

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