Created
September 13, 2013 19:18
-
-
Save carbonrobot/6554870 to your computer and use it in GitHub Desktop.
Creating your own browser protocol
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
| [HKEY_CLASSES_ROOT\steam] | |
| @="URL:steam protocol" | |
| "URL Protocol"="" | |
| [HKEY_CLASSES_ROOT\steam\DefaultIcon] | |
| @="steam.exe" | |
| [HKEY_CLASSES_ROOT\steam\Shell] | |
| [HKEY_CLASSES_ROOT\steam\Shell\Open] | |
| [HKEY_CLASSES_ROOT\steam\Shell\Open\Command] | |
| @="\"C:\\Program Files\\Steam\\steam.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment