Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> 關於Windows7系統教程 >> win7旗艦版系統圖標顯示空白的解決方法

win7旗艦版系統圖標顯示空白的解決方法

日期:2017/1/23 17:38:14      編輯:關於Windows7系統教程

在win7旗艦版系統中,我們接觸的最多的就是文件程序,而文件和程序以最直觀的圖標方式展現在我們的眼前,如果在使用win7系統的過程中遇上圖標問題怎麼辦呢?最近就有用戶反映在Win7 64位旗艦版中,很多程序圖標變為空白了,有的顯示殘缺不全,這是典型的圖標緩存出錯,我們只要重建安圖標緩存就可以解決,有興趣的朋友不妨來一起學習一下。

win7系統圖標空白顯示怎麼辦?win7系統重建圖標緩存的方法。

為了讓大家更方便,小編這裡把操作命令整合起來,大家只要復制下列的代碼到記事本中另存為重建圖標緩存.bat就可以了;

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

為普通用戶附上操作步驟:1、打開 記事本,復制上面的代碼到記事本中,2、點擊記事本菜單裡的“文件”——“另存為”——保存為“所有文件”——重建 win7系統圖標緩存.bat 3、雙擊運行即可。

源文地址:http://www.xitonghe.com/jiaocheng/windows7-387.html

win7旗艦版系統圖標顯示空白的解決方法

以上方法能夠清除win7旗艦版的圖標緩存,然後重新生成。win7旗艦版系統圖標顯示空白,或不顯示的方法就分享到這裡。

Copyright © Windows教程網 All Rights Reserved