手机版
很多用户diy桌面图标在修改系统图标时多出白底,接下来给大家分享win7系统中桌面图标白底步骤。
1、使用win+r调出窗口,输入cmd命令按enter,如下图所示:
2、依次执行以下命令:
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit