当电脑桌面图标变成未知的文件类型那种的解决方法
自己写了个批处理
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
原理
重建图标缓存