1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Windows Registry Editor Version 5.00
|
| [HKEY_CLASSES_ROOT\call-exe]
| "URL Protocol"=""
| @="call-exe"
|
| [HKEY_CLASSES_ROOT\call-exe\DefaultIcon]
| @="chrome.exe,1"
|
| [HKEY_CLASSES_ROOT\call-exe\shell]
|
| [HKEY_CLASSES_ROOT\call-exe\shell\open]
|
| [HKEY_CLASSES_ROOT\call-exe\shell\open\command]
| @="C:\\Windows\\System32\\cmd.exe %1"
|
|