有时候,会发现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

trackback: http://blog.csdn.net/xiaojianpitt/article/details/5284612

相关文章:

  • 2021-08-13
  • 2021-09-05
  • 2022-03-14
  • 2021-12-24
  • 2021-12-18
  • 2021-11-28
  • 2021-04-17
  • 2021-06-22
猜你喜欢
  • 2021-07-03
  • 2021-06-02
  • 2022-12-23
  • 2022-03-14
  • 2021-08-26
  • 2021-07-17
相关资源
相似解决方案