Answer the question
In order to leave comments, you need to log in
Registering a custom protocol in chrome?
We register a custom protocol in the system so that chrome can open the necessary folders. But
Here such request began to arise 2 weeks ago.
Registered using reg file:
REGEDIT4
[HKEY_CLASSES_ROOT\foo]
@="URL:foo Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\foo\shell]
[HKEY_CLASSES_ROOT\foo\shell\open]
[HKEY_CLASSES_ROOT\foo\shell \open\command]
@="\"\\shared\path\FoldCreateOpen.exe\" \"%1\""
What could be causing this? Perhaps Google tweaked something with security and this method has become not very friendly?
Answer the question
In order to leave comments, you need to log in
This option worked for us:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\foo]
"URL Protocol"=""
@="URL:foo Protocol"
[HKEY_CLASSES_ROOT\foo\DefaultIcon]
@="\"C:\\Windows\\ explorer.exe\""
[HKEY_CLASSES_ROOT\foo\shell]
[HKEY_CLASSES_ROOT\foo\shell\open]
[HKEY_CLASSES_ROOT\foo\shell\open\command]
@="cmd /c set url=\"%1\" & call set url=%%url:foo:=%% & call start explorer file:%%url%%"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question