Created
November 5, 2016 19:27
-
-
Save ialert/d63ed757ce00da7e5712fe41b6a3ad56 to your computer and use it in GitHub Desktop.
Adds new URL Protocol in windows registry(e. g. soapcast application)
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
REGEDIT4 | |
[HKEY_CLASSES_ROOT\sop] | |
@="URL:sop Protocol" | |
"URL Protocol"="" | |
[HKEY_CLASSES_ROOT\sop\shell] | |
[HKEY_CLASSES_ROOT\sop\shell\open] | |
[HKEY_CLASSES_ROOT\sop\shell\open\command] | |
@="\"C:\\Program Files (x86)\\SopCast\\SopCast.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment