@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
通过上述两个方法,显示然后运行之
!建图决办点“另存为”,标缓标请通过以下方法解决
将以下内容复制到记事本,显示
使用方法:复制下面cmd代码到“记事本”程序 ,然后保存为“桌面图标黑块修复器.bat”,您可以完美的解决win7桌面图标缓存了
关键词 :win7,解决办法
代码:
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,一些程序的图标或是快捷方式无法正常显示 。把一个最简单有效的方法推荐给大家。
win7桌面图标缓存重建方法 ,此文适用于Windows 7,Windows Vista,Windows 2008。win7图标不显示的解决办法
不知道用WIN7的朋友有没有遇到和我一样的情况。然后更改扩展名为BAT 运行就OK了 。重建又称为“覆盖”“清理”“删除” ,
Copyright@2003-2019 168.com All rights reserved. 版权所有