本文标签:Windows 2008, Windows 7, Windows Vista
问:我的Windows 7图标显示有些问题,需要删除图标缓存,请问应该如何操作。
答:打开任何一个文件夹,然后在地址栏输入%USERPROFILE%\AppData\Local后按回车键即可跳转到local目录,找到IconCache.db文件并删除,重启启动后即可重建图标缓存,此文适用于Windows 7,Windows Vista,Windows 2008。
如果是图标出现黑块,则可通过以下方法解决,打开附件中的记事本程序,将以下内容复制到记事本,然后保存为“桌面图标黑块修复工具.bat”,之后执行这个文件,即可解决。
@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
» 转载请注明来源:电脑知识收藏夹 » 《Windows Vista和Windows 7删除图标缓存的方法》» 本文链接地址:http://www.x2009.net/articles/windows-vista-and-windows-7-ways-to-delete-the-icon-cache.html» 订阅本站:http://feed.x2009.net