您所在的位置: 首页 > 中国新科技 > 业务 > > 内容页

win7桌面图标显示异常怎么解决_win7桌面图标显示异常_世界焦点

新闻来源:互联网 更新时间:2023-06-30 04:11:41


(资料图)

1、图标异常,即图标缓存出了问题,只要重建图标缓存就行。

2、具体操作如下(每一步的操作在代码中都有解释):将下列代码复制到记事本中,然后保存为.bat文件;rem关闭Windows外壳程序explorertaskkill /f /im explorer.exerem清理系统图标缓存数据库attrib -h -s -r "%userprofile%AppDataLocalIconCache.db"del /f "%userprofile%AppDataLocalIconCache.db"attrib /s /d -h -s -r "%userprofile%AppDataLocalMicrosoftWindowsExplorer*"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_32.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_96.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_102.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_256.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_1024.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_idx.db"del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerhumbcache_sr.db"rem清理 系统托盘记忆的图标echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v IconStreamsecho y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v PastIconsStreamrem重启Windows外壳程序explorerstart explorer2、然后双击该bat文件。

本文就为大家分享到这里,希望小伙伴们会喜欢。

关键词:

Copyright @  2015-2022 中国新科技版权所有  备案号: 沪ICP备2022005074号-4   联系邮箱:58 55 97 3@qq.com