win7怎么让桌面图标变小了(win7系统去掉桌面图标白底步骤)
win7怎么让桌面图标变小了(win7系统去掉桌面图标白底步骤) exit cd /d %userprofile%\appdata\local del iconcache.db /a start explorer.exe
很多用户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