首页 > 代码库 > win7刷新图标缓存

win7刷新图标缓存

建立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 打开
start explorer