So I was setting up windows 7 and I couldn't get "graal://" protocol to register with my system. So here's what I did.
This method should work for Windows XP/Vista/ and 7.
Create a new .txt file and save it as "graal.reg" (include quotes)
In this file copy/paste this into it.
PHP Code:
REGEDIT4
[HKEY_CLASSES_ROOT\graal]
@="URL:graal Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\graal\shell]
[HKEY_CLASSES_ROOT\graal\shell\open]
[HKEY_CLASSES_ROOT\graal\shell\open\command]
@="\"C:\\PathToGraal\\Graal\\Graal.exe\" \"%1\""
With the last line
PHP Code:
@="\"C:\\PathToGraal\\Graal\\Graal.exe\" \"%1\""
You need to point the path to graal.exe
for example my path is...
PHP Code:
@="\"C:\\Users\\MyName\\Graal\\Graal.exe\" \"%1\""
be sure to leave the quotes and to use the double backslashes.
Next save the file, and close your text editor. You should see a new file with a white page and a little sky blue rubix cube coming apart over it as the icon. Double-Click this file and confirm you want to add it to your registry. (On Vista/7, if you have the UAC enabled click continue)