2019-09-29  2024-09-18    85 字  1 分钟

exe文件图标变成了白色无图标

按键 “WIN+R” 输入即可cmd 然后输入分别输入 :

taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit

看了看这段代码,应该就是把图标缓存的数据库给删除了,然后再启动 explorer.exe