Skip to content

Instantly share code, notes, and snippets.

@ialert
Created November 5, 2016 19:27
Show Gist options
  • Save ialert/d63ed757ce00da7e5712fe41b6a3ad56 to your computer and use it in GitHub Desktop.
Save ialert/d63ed757ce00da7e5712fe41b6a3ad56 to your computer and use it in GitHub Desktop.
Adds new URL Protocol in windows registry(e. g. soapcast application)
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