添加注册表,打开绿色版视频播放器(potplayer)

前言

  我的potplayer安装的是绿色版的直接解压食用的,没有对注册表进行写入,导致在其他地方唤醒potplayer的时候唤醒没反应,这就写了一个文件把potplayer写入注册表可以在其他地方调用的时候唤醒.效果图如下:
效果图

 不多啰嗦了直接上注册表的代码和文件吧!

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\PotPlayer]
"URL Protocol"="D:\\anwen\\PotPlayer64\\PotPlayerMini64.exe"
@="PotPlayer Protocol"

[HKEY_CLASSES_ROOT\PotPlayer\DefaultIcon]
@="D:\anwen\PotPlayer64\PotPlayerMini64.exe,1"

[HKEY_CLASSES_ROOT\PotPlayer\shell]  

[HKEY_CLASSES_ROOT\PotPlayer\shell\open]

[HKEY_CLASSES_ROOT\PotPlayer\shell\open\command]  
@="\"D:\\anwen\\PotPlayer64\\PotPlayerMini64.exe\" \"%1\""

:

  1. 上面代码中的三个路径替换成你自己的,分别是4,8,15这三行的文件地址,
  2. 4行和第15行的文件路径中一定要写成双\\,可以参考我上面的.
  3. 文件后缀是.reg格式的嗷,写好了直接双击运行,弹出的对应按钮自己查看然后点击确定即可

源文件下载地址

附件  
打赏
评论区
头像