报错页面如下图所示
桌面新建一个txt文件,复制下方代码到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
修改文件尾缀为 .bat
鼠标右键该文件,点击 以管理员身份运行
问题解决
如果点击运行之后,弹出的是txt编辑页面,那就说明文件尾缀被隐藏了,没有成功修改尾缀,可以参考下面的教程。
Comments NOTHING