Created
March 4, 2025 14:17
-
-
Save jeiea/aff582fb21648350a767c0697737d37f to your computer and use it in GitHub Desktop.
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\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\"" |
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\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