老男人百科 > 百科 > 正文

win7网络图标不显示(win7怎么显示蓝牙图标)

2023-05-02 18:44:06 阅读( 3056)

不知道用WIN7的朋友有没有遇到和我一样的情况。

不知道用WIN7的朋友有没有遇到和我一样的情况。某些程序的图标或快捷方式无法正常显示。我被这种情况困扰了很久,在网上找了很多方法,给大家推荐一个最简单有效的方法。

用法:将下面的cmd代码复制到记事本程序中,点击另存为,在文件名中输入 重建win7图标缓存.bat,保存类型选择所有文件。

代码:

Rem closes the Windows operating system shell 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 restarts Windows operating system shell explorer

start explorer

复制粘贴到TXT里面,然后把扩展名改成BAT就可以运行了。

Win7桌面图标缓存重建方法,也称为“覆盖”、“清理”和“删除”,原理相同,方法如下:

以下是一段引文片段:

打开任何文件夹,然后在地址栏输入%USERPROFILE%\AppData\Local,按enter键跳转到本地目录,找到IconCache.db文件并删除它。重新启动后,您可以重建图标缓存。

此文适用于Windows 7,Windows Vista,Windows 2008。

如果有黑块,请用以下方法解决。

将以下内容复制到记事本,然后保存为“桌面图标黑块修复程序”。蝙蝠”,然后跑!

@echo off

标题win7桌面图标黑块修复工具

reg delete " hkcu \ Software \ Microsoft \ Windows \ current version \ Explorer \ Shell Icons "/f

reg delete " hklm \ SOFTWARE \ Microsoft \ Windows \ current version \ Explorer \ Shell Icons "/f

taskkill /f /im explorer.exe start explorer.exe

通过以上两种方法,可以完美解决win7桌面图标缓存。

专题页