xiaochina

问题

  window10,偶尔出现快捷图标没有色彩,为空白。视觉给人躁动不安。

解决

  是缓存的ico异常导致的,一般都是清理对应的文件,重启资管管理器

start.bat

attrib -h -i "%userprofile%\AppData\Local\IconCache.db"
del "%userprofile%\AppData\Local\IconCache.db"
taskkill /f /im explorer.exe & start explorer.exe

脚本以管理员身份运行即可

reference:

https://blog.csdn.net/syz9011/article/details/49278149

分类:

技术点:

相关文章:

  • 2021-09-07
  • 2021-09-28
  • 2021-11-01
  • 2021-11-16
  • 2021-12-12
  • 2021-10-29
  • 2021-09-28
  • 2021-11-01
猜你喜欢
  • 2021-11-16
  • 2021-05-11
  • 2021-12-10
  • 2021-11-21
  • 2021-09-28
  • 2021-12-12
相关资源
相似解决方案