无论怎么修改地址,始终提示没有关联的程序打开
Closed this issue · 3 comments
xmcdlf1992 commented
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*\shell\EpisodeReName]
@="自动剧集命名"
"Icon"="C:\Users\mypc\Downloads\Episode-ReName-1.2.7.exe,0"
[HKEY_CLASSES_ROOT*\shell\EpisodeReName\command]
@="C:\Users\mypc\Downloads\Episode-ReName-1.2.7.exe --path "%1" --overwrite 1"
[HKEY_CLASSES_ROOT\Directory\shell\EpisodeReName]
@="自动剧集命名"
"Icon"="C:\Users\mypc\Downloads\Episode-ReName-1.2.7.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\EpisodeReName\command]
@="C:\Users\mypc\Downloads\Episode-ReName-1.2.7.exe --path "%1" --overwrite 1"
无法使用,按照原始体例填写,依然提示没有关联程序
xmcdlf1992 commented
尝试了删除双引号、删除“,0”,均无法生效
Nriver commented
注意斜杠 C:\\Users\\mypc
xmcdlf1992 commented
是的,没想到是双斜杠