通过特定的URI打开程序

通过特定的URI打开程序

 

.reg文件

Windows Registry Editor Version 5.00  

[HKEY_CLASSES_ROOT\Test]  
"URL Protocol" = ""  
@="URL:Test Protocol"  

[HKEY_CLASSES_ROOT\Test\DefaultIcon]  
@="xx.exe,1"  

[HKEY_CLASSES_ROOT\Test\shell]  
  
[HKEY_CLASSES_ROOT\Test\shell\open]  
  
[HKEY_CLASSES_ROOT\Test\shell\open\command]  
@="\"x:\\xx.exe\" \"%1\"" 

使用如上注册表进行注册就可以通过在浏览器输入Test://parameter来打开xx.exe了

 

参考链接:

1. Registering an Application to a URI Scheme

2. 从网页上打开本地应用程序——Windows下 URI Scheme的使用

posted @ 2021-10-20 10:05  余生以学  阅读(94)  评论(0编辑  收藏  举报