Title
Fork me on GitHub

解决windows报错:该文件没有与之关联的应用来执行该操作

报错截图:

image

解决方案

1、新建txt文件
image

2、复制内容到txt文件

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

3、修改文件后缀名为.bat
image

4、双击运行bat即可

posted @ 2024-08-05 16:37  新西兰蟹老板  阅读(68)  评论(0编辑  收藏  举报