windows7 图标丢失
在命令提示符下输入下列命令即可恢复。
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit
发布时间: 2012-08-29 08:40:14 作者: rapoo
windows7 图标丢失
在命令提示符下输入下列命令即可恢复。
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit