1、右键新建文本文档
2、把下面代码复制到文档里
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
3、把 .txt 后缀改成 .bat
如果你看不到后缀把文件扩展名勾选上,在磁盘里创建 .txt 改完再拖到桌面也行
4、放到桌面右键以管理员身份运行