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

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



自己写了个批处理

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

原理

重建图标缓存

你可能感兴趣的:(桌面图标修复||桌面图标不正常)