桌面图标修复||桌面图标不正常

当电脑桌面图标变成未知的文件类型那种的解决方法

 

 

自己写了个批处理

echo off
taskkill /F /im explorer.exe
cd /d %userprofile%\appdata\local 
del iconcache.db /a
start explorer.exe
taskkill /F /im explorer.exe
cd /d %userprofile%\appdata\local 
del iconcache.db /a
start explorer.exe

原理

重建图标缓存

 

posted @ 2013-06-15 15:05  一杯半盏  阅读(114)  评论(0编辑  收藏  举报