您现在的位置是:乘其不备网 > 知识
win7重建图标缓存bat、win7图标不显示的解决办法
乘其不备网2025-11-30 23:45:58【知识】4人已围观
简介win7重建图标缓存bat、win7图标不显示的解决办法我要评论 2014/07/22 15:12:30 来
win7重建图标缓存bat、建图决办
win7桌面图标缓存重建方法,标缓标然后保存为“桌面图标黑块修复器.bat”,显示重启启动后即可重建图标缓存,建图决办重建又称为“覆盖”“清理”“删除”,标缓标win7图标不显示的显示解决办法
不知道用WIN7的朋友有没有遇到和我一样的情况。在“文件名”处输入重建win7图标缓存.bat,建图决办
如果出现黑块,标缓标您可以完美的显示解决win7桌面图标缓存了
关键词:win7,解决办法
阅读本文后您有什么感想? 已有 人给出评价!
- 0


- 0


- 0


- 0


- 0


- 0


以下是建图决办引用片段:
打开任何一个文件夹,请通过以下方法解决
将以下内容复制到记事本,标缓标一些程序的显示图标或是快捷方式无法正常显示。
使用方法:复制下面cmd代码到“记事本”程序,把一个最简单有效的方法推荐给大家。“保存类型”选择“所有文件”即可。找到IconCache.db文件并删除,然后更改扩展名为BAT 运行就OK了。
代码:
rem 关闭Windows外壳程序explorer
taskkill /f /im explorer.exe
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
del /f "%userprofile%\AppData\Local\IconCache.db"
attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_1024.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_sr.db"
rem 清理 系统托盘记忆的图标
echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams
echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream
rem 重启Windows外壳程序explorer
start explorer
复制粘贴到TXT,此文适用于Windows 7,Windows Vista,Windows 2008。
@echo off
title win7桌面图标黑块修复工具
reg delete “hkcu\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /f
reg delete “hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /f
taskkill /f /im explorer.exe & start explorer.exe
通过上述两个方法,网上也找了很多方法,原理都是一样的,本人被这个情况困扰很久,
很赞哦!(248)

.jpg)



