2023年12月7日发(作者:)
Win7右下角图标空白处理办法
1.把下面内容输入到记事本里面。
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_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_custom_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_wide_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_custom_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_"
del /f
"%userprofile%AppDataLocalMicrosoftWindowsExplorericoncache_wide_"
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
2.点击记事本菜单栏的【文件(F)】,选择【另存为(A)】。
3. 保存类型选择【所有文件】,命名为 。
4. 双击保存后运行即可。


发布评论