Um ein beliebiges Programm über eine URL zu starten braucht es nicht viel, am Beispiel outlook:// für überraschenderweise Outlook:
Für den User:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\outlook]
@="URL:outlook"
"URL Protocol"=""
"EditFlags"=dword:00000002
"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"
[HKEY_CURRENT_USER\SOFTWARE\Classes\outlook\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\outlook\shell\open]
[HKEY_CURRENT_USER\SOFTWARE\Classes\outlook\shell\open\command]
@="outlook.exe"
Oder rechnerweit:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\outlook]
@="URL:outlook"
"URL Protocol"=""
"EditFlags"=dword:00000002
"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"
[HKEY_CLASSES_ROOT\outlook\shell]
[HKEY_CLASSES_ROOT\outlook\shell\open]
[HKEY_CLASSES_ROOT\outlook\shell\open\command]
@="outlook.exe"