1、把下面的文字复制到文本文档,改后缀名为.bat,双击运行,ok
rem 关闭Windows外壳程序explorer
taskkill /f /im explorer.exe
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%AppDataLocalIconCache.db"
del /f "%userprofile%AppDataLocalIconCache.db"
attrib /s /d -h -s -r "%userprofile%AppDataLocalMicrosoftWindowsExplorer*"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_32.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_96.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_102.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_256.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_1024.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_idx.db"
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_sr.db"
2、rem 清理 系统托盘记忆的图标
echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v IconStreams
echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v PastIconsStream
3、rem 重启Windows外壳程序explorer
start explorer
上述教程帮助大家解决win10把软件锁定到任务栏后图标显示异常的问题,遇到一样问题时,我们就知道怎么解决了。
本篇关于win10系统把软件锁定到任务栏后图标显示异常的解决方法到这里已经讲解完了,有需要的用户可以按照上述步骤设置解决问题,当然方法不止这一种,更多知识等着我们去发现!