K
K
Koal Koalich2020-08-17 22:49:01
Google Chrome
Koal Koalich, 2020-08-17 22:49:01

Registering a custom protocol in chrome?

We register a custom protocol in the system so that chrome can open the necessary folders. But
5f3ade3fa41af013883791.jpeg
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

1 answer(s)
I
Ivan Vekov, 2021-11-19
@vekov

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 question

Ask a Question

731 491 924 answers to any question