摘要: 有时候,会发现Windows 7中的一些图标丢失,虽然不影响使用,但毕竟难看。下面的脚本可以重建图标缓存。可以将下面的内容保存为一个bat文件。经过测试有效rem 关闭explorer.exetaskkill /f /im explorer.exeattrib -h -i %userprofile%/AppData/Local/IconCache.dbdel %userprofile%/AppData/Local/IconCache.db /arem 打开start explorertrackback:http://blog.csdn.net/xiaojianpitt/article/deta 阅读全文
posted @ 2011-09-20 10:19 大有|元亨 阅读(272) 评论(1) 推荐(0)