Win7桌面图标显示白底的解决方法

01-09

1、使用快捷键WIN+R唤出运行窗口,然后输入 CMD 确定即可打开命令提示符;

Win7桌面图标显示白底的解决方法

2、然后在命令提示符中依次执行以下命令:

taskkill /im explorer.exe /f

cd /d %userprofile%/appdata/local

del iconcache.db /a

start explorer.exe

exit

Win7桌面图标显示白底的解决方法

3、以上方法的具体意思为先结束Explorer资源管理器,然后删除缓存文件,然后重新运行资源管理器的一个过程。