图标 – 嗨软 https://ihacksoft.com/archive 分享最好用的常用软件 Tue, 22 Nov 2022 02:41:09 +0000 zh-CN hourly 1 https://wordpress.org/?v=4.9.26 程序图标变了的修复方法 https://ihacksoft.com/archive/1224.html https://ihacksoft.com/archive/1224.html#respond Tue, 17 Aug 2010 08:59:17 +0000 https://ihacksoft.com/?p=1953
rem 关闭explorer.exe
taskkill /f /im explorer.exe ]]>
  有时候会发现程序图标莫名其妙地变掉了,但是程序可以正常打开运行,下面这个批处理可以解决此问题,其实就是一个重建图标缓存的过程。

rem 关闭explorer.exe
taskkill /f /im explorer.exe
attrib -s -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
rem 打开explorer
start explorer

]]>
https://ihacksoft.com/archive/1224.html/feed 0