桌酷主题w7系统图标不显示的方案
- 发布日期:2014-05-25 作者:win7主题之家 来源:http://www.chenhai.cc
桌酷主题w7家庭版开机速度快,是入门级桌酷主题w7系统。据调查不少用户在使用中都碰到了桌酷主题w7系统图标不显示的问题。面对桌酷主题w7系统图标不显示这样的小问题,我们该如何解决呢?不经常使用电脑的朋友对于桌酷主题w7系统图标不显示的问题可能会无从下手。但对于电脑专业人员来说解决办法就很简单了:复制下面cmd代码到“记事本”程序,点“另存为”,在“文件名”处输入 重建桌酷主题w7图标缓存.bat,“保存类型”选择“所有文件”即可。看了这些简单操作,你是不是已经掌握了桌酷主题w7系统的一些使用技巧了呢?如果还有什么不明白的地方,那就请继续学习下面分享给大家的关于桌酷主题w7系统图标不显示的问题的具体步骤方法吧。
使用方法:复制下面cmd代码到“记事本”程序,点“另存为”,在“文件名”处输入 重建桌酷主题w7图标缓存.bat,“保存类型”选择“所有文件”即可。
代码:
rem 关闭windows外壳程序ewin10lorer
taskkill /f /im ewin10lorer.exe
rem 清理系统图标缓存数据库
attrib -h -s -r "%userprofile%AppdataLocaliconCache.db"
del /f "%userprofile%AppdataLocaliconCache.db"
attrib /s /d -h -s -r "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorer*"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_32.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_96.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_102.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_256.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_1024.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_idx.db"
del /f "%userprofile%AppdataLocalMicrosoftwindowsEwin10lorerthumbcache_sr.db"
rem 清理 系统托盘记忆的图标
echo y|reg delete "HKEY_CLAssEs_RooTLocal settingssoftwareMicrosoftwindowsCurrentVersionTraynotify" /v iconstreams
echo y|reg delete "HKEY_CLAssEs_RooTLocal settingssoftwareMicrosoftwindowsCurrentVersionTraynotify" /v pasticonsstream
rem 重启windows外壳程序ewin10lorer
start ewin10lorer
复制粘贴到TxT,然后更改扩展名为BAT 运行就oK了。
桌酷主题w7桌面图标缓存重建方法,重建又称为“覆盖”“清理”“删除”,原理都是一样的,方法如下:
以下是引用片段:
打开任何一个文件夹,然后在地址栏输入%UsERpRoFiLE%AppdataLocal后按回车键即可跳转到local目录,找到iconCache.db文件并删除,重启启动后即可重建图标缓存,此文适用于windows 7,windows Vista,windows 2008。
如果出现黑块,请通过以下方法解决
将以下内容复制到记事本,然后保存为“桌面图标黑块修复器.bat”,然后运行之!
@echo off
title 桌酷主题w7桌面图标黑块修复工具
reg delete “hkcusoftwareMicrosoftwindowsCurrentVersionEwin10lorershell icons” /f
reg delete “hklmsoFTwAREMicrosoftwindowsCurrentVersionEwin10lorershell icons” /f
taskkill /f /im ewin10lorer.exe & start ewin10lorer.exe
通过上述两个方法,您可以完美的解决桌酷主题w7桌面图标缓存了