2023年12月29日发(作者:)
电脑桌面图标异常
有个批处理很好用
把下面的文字复制到文本文档,保存重名为重建桌面图标缓存.bat,双击运行,ok
rem 关闭Windows外壳程序explorer
taskkill /f /im
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%"
del /f "%userprofile%"
attrib /s /d -h -s -r
"%userprofile%AppDataLocalMicrosoftWindowsExplorer*"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
rem 清理 系统托盘记忆的图标
echo y|reg delete "HKEY_CLASSES_ROOTLocal
SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v
IconStreams
echo y|reg delete "HKEY_CLASSES_ROOTLocal
SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v
PastIconsStream
rem 重启Windows外壳程序explorer
start explorer
运行一下重建桌面图标缓存.bat,双击运行,ok,就搞定了.


发布评论