exe图标消失的解决方案
步骤
-
win + r组合键打开运行窗口
输入cmd,回车 -
在终端窗口右键粘贴即可
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
参考链接
https://jingyan.baidu.com/article/d5c4b52b80955fda560dc593.html
win + r组合键打开运行窗口
输入cmd,回车
在终端窗口右键粘贴即可
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
https://jingyan.baidu.com/article/d5c4b52b80955fda560dc593.html