win7刷新图标缓存
时间:2014-06-07 11:22:08
收藏:0
阅读:416
建立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
原文:http://www.cnblogs.com/GYoungBean/p/3770146.html
评论(0)