/ 中存储网

Win 7系统下任务栏chrome图标显示异常的问题的解决方法

2014-06-07 02:25:02 来源:中存储网

我们在Windows 7操作系统下关闭chrome,并解锁任务栏图标

将下列内容保存成 xxx.bat文件

taskkill /im explorer.exe /f

cd /d %userprofile%appdatalocal

del iconcache.db /a

start explorer.exe

exit

通过以上的步骤,可以解决问题哦!