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/20 14:43:59      編輯:win7常見問題解答
[plain]  rem 關閉Windows外殼程序explorer   taskkill /f /im explorer.exe   rem 清理系統圖標緩存數據庫 dnzg電腦中國 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     將以上代碼粘貼到記事本,然後保存為“XXXX.bat”,用管理員權限運行即可。
Copyright © Windows教程網 All Rights Reserved