Search found 1 match

by BmanDesigns
23 Apr 2015, 14:10
Forum: Help
Topic: Registry Protocol Handler
Replies: 2
Views: 19394

Registry Protocol Handler

I am trying to create a protocol handler using the registry and the installforge registry meny.
I need the following:

HKEY_CLASSES_ROOT
name/
(Default) = "URL:name Protocol"
URl Protocol = ""
shell/
open/
command/
(Default) = "name.exe" "%1"

I instead get

HKEY_CLASSES_ROOT
name ...