win7刷新图标缓存
时间:2014-06-07 11:22:28
收藏:0
阅读:239
建立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
评论(0)