码迷,mamicode.com
首页 > 其他好文 > 详细

通过注册表添加自定义游览器协议

时间:2020-11-26 14:07:10      阅读:3      评论:0      收藏:0      [点我收藏+]

标签:and   url   com   内容   system   添加   protocol   str   shell   

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\test]
;申明协议内容
"URL Protocol"="C:\Windows\System32\test.exe"
;申明打开文件
[HKEY_CLASSES_ROOT\test\shell\open\command]
@="\"C:\Windows\System32\test.exe\" \"%1\""

通过注册表添加自定义游览器协议

标签:and   url   com   内容   system   添加   protocol   str   shell   

原文地址:https://blog.51cto.com/4432704/2553169

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!