解决方法:新建一个记事本,输入以下命令:
@echo off
taskkill /f /im explorer.exe
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
保存后将记事本扩展名改成.bat文件,然后双击运行重建图标缓存。
解决方法:新建一个记事本,输入以下命令:
@echo off
taskkill /f /im explorer.exe
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
保存后将记事本扩展名改成.bat文件,然后双击运行重建图标缓存。