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
在新建文本文档中复制以上命令,修改拓展名为bat,右键以管理员身份运行。
本文提供了一种通过批处理命令刷新Windows系统图标缓存的方法,包括终止explorer进程、删除iconcache.db文件并重新启动explorer,以解决图标显示异常的问题。
4388





