Created
October 3, 2013 17:33
-
-
Save cemerson/6813756 to your computer and use it in GitHub Desktop.
Chrome Default Browser Registry keys
This file contains 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
; REPLACE USERNAME w/your username | |
; ============ for Chrome Browser | |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Classes\http\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe\" -- \"%1\"" | |
[HKEY_CURRENT_USER\Software\Classes\https\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe\" -- \"%1\"" | |
[HKEY_CURRENT_USER\Software\Classes\ChromeHTML\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe\" -- \"%1\"" | |
; ============ for Chrome CANARY Browser | |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Classes\http\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe\" -- \"%1\"" | |
[HKEY_CURRENT_USER\Software\Classes\https\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe\" -- \"%1\"" | |
[HKEY_CURRENT_USER\Software\Classes\ChromeHTML\shell\open\command] | |
@="\"C:\\Users\\USERNAME\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe\" -- \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment