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

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

日期:2017/1/18 14:00:02      編輯:Win7系統應用技巧

在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

Copyright © Windows教程網 All Rights Reserved