<win-r> regedit 打开注册表,然后自定义协议

自定义协议注册表.reg

打开后导入

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mbexe]
"URL Protocol"="F:\\\\myTools\\\\SP模板\\\\dist\\\\win-unpacked\\\\添加模板消息.exe"
"@"="mb"

[HKEY_CLASSES_ROOT\mbexe\shell]

[HKEY_CLASSES_ROOT\mbexe\shell\open]

[HKEY_CLASSES_ROOT\mbexe\shell\open\command]
@="\"F:\\\\myTools\\\\SP模板\\\\dist\\\\win-unpacked\\\\添加模板消息.exe\" \"%1\""

设置好后浏览器访问mbexe://
浏览器打开exe文件

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2022-01-01
  • 2021-12-12
  • 2022-03-02
  • 2021-09-26
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2022-01-23
  • 2022-03-04
  • 2021-06-11
  • 2022-12-23
  • 2021-09-04
  • 2021-07-28
相关资源
相似解决方案