Windows 7 shortcut icons missing

Save the following script to .bat file and execute
将下面的脚本存为.bat文件,双击执行一下即可:

taskkill /F /IM explorer.exe
cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer

PS: The glitch may be caused by some application not having the desired resultion in the icon file.

Related posts:

This entry was posted in Windows and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>