Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> win7系統基礎知識 >> Windows 7圖標顯示錯誤怎麼辦

Windows 7圖標顯示錯誤怎麼辦

日期:2017/2/7 15:28:46      編輯:win7系統基礎知識

  Windows7的好多圖標都變成白色了,問我怎麼樣解決這個問題,這個問題我也碰到過,其實就是重建圖標緩存文件就能解決,這裡icech找到了兩種解決方法,供參考:  


  1、建立一個清除Windows7圖標緩存文件的方法  


  把下面的藍色文字復制到記事本或者文本編輯器,保存為a.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


  2、手動刪除iconcache.db文件  


  開機按F8啟動進入到安全模式,進入系統後搜索各個盤的iconcache.db文件,然後將它刪除。重新啟動計算機後就正常了!這個文件比較慢,假如不成功請使用第一種方法。

Copyright © Windows教程網 All Rights Reserved