Win10 64位专业版出现"该文件没有与之关联的程序来执行该操作

修改桌面路径后出现下面的错误,使用批处理来解决
cw.jpg

复制下面内容,桌面新建文本,把命令粘贴进去,修改文本的txt后缀为Bat解决,或者运行输入cmd打开命令窗口,把文件粘贴进去。

[collapse status="true" title="点击打开"]taskkill /f /im explorer.exe

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f

reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /t reg_sz /f

reg add "HEKY_CLASSES_ROOT\piffile" /v IsShortcut /t reg_sz /f

start explorer
[/collapse]

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享