通常用于解决系统文件或文件夹图标的错乱问题

用以下脚本建立.bat文件并执行即可

rem 关闭explorer.exe

taskkill /f /im explorer.exe

attrib -h -i %userprofile%\AppData\Local\IconCache.db

del %userprofile%\AppData\Local\IconCache.db /a

rem 打开explorer

start explorer.exe