Quantcast
Channel: 生 命 之 旅 ,我 在 昆 明
Viewing all articles
Browse latest Browse all 250

重建Windows 7的图标缓存 - JAAN的专栏 - 博客频道 - CSDN.NET

$
0
0

有时候,会发现Windows 7中的一些图标丢失,虽然不影响使用,但毕竟难看。下面的脚本可以重建图标缓存。

可以将下面的内容保存为一个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://blog.csdn.net/xiaojianpitt/article/details/5284612#comments

Viewing all articles
Browse latest Browse all 250

Trending Articles