Skip to content

Instantly share code, notes, and snippets.

@jeiea
Created March 4, 2025 14:17
Show Gist options
  • Save jeiea/aff582fb21648350a767c0697737d37f to your computer and use it in GitHub Desktop.
Save jeiea/aff582fb21648350a767c0697737d37f to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -private %1"
[HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]
@="\"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe\" --incognito -- \"%1\""
[HKEY_CLASSES_ROOT\ChromeBHTML\shell\open\command]
@="\"C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe\" --incognito -- \"%1\""
[HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command]
@="\"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\" -osint -private-window \"%1\""
[HKEY_CLASSES_ROOT\FirefoxURL-F0DC299D809B9700\shell\open\command]
@="\"C:\\Program Files\\Zen Browser\\private_browsing.exe\" \"%1\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %1"
[HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]
@="\"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe\" -- \"%1\""
[HKEY_CLASSES_ROOT\ChromeBHTML\shell\open\command]
@="\"C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe\" -- \"%1\""
[HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command]
@="\"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\" -osint \"%1\""
[HKEY_CLASSES_ROOT\FirefoxURL-F0DC299D809B9700\shell\open\command]
@="\"C:\\Program Files\\Zen Browser\\zen.exe\" -osint -url \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment