win7重建圖標(biāo)緩存bat、win7圖標(biāo)不顯示的解決辦法
不知道用WIN7的朋友有沒(méi)有遇到和我一樣的情況。一些程序的圖標(biāo)或是快捷方式無(wú)法正常顯示。本人被這個(gè)情況困擾很久,網(wǎng)上也找了很多方法,把一個(gè)最簡(jiǎn)單有效的方法推薦給大家。
使用方法:復(fù)制下面cmd代碼到“記事本”程序,點(diǎn)“另存為”,在“文件名”處輸入 重建win7圖標(biāo)緩存.bat,“保存類(lèi)型”選擇“所有文件”即可。
代碼:
rem 關(guān)閉Windows外殼程序explorer
taskkill /f /im explorer.exe
rem 清理系統(tǒng)圖標(biāo)緩存數(shù)據(jù)庫(kù)
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 清理 系統(tǒng)托盤(pán)記憶的圖標(biāo)
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
復(fù)制粘貼到TXT,然后更改擴(kuò)展名為BAT 運(yùn)行就OK了。
win7桌面圖標(biāo)緩存重建方法,重建又稱(chēng)為“覆蓋”“清理”“刪除”,原理都是一樣的,方法如下:
以下是引用片段:
打開(kāi)任何一個(gè)文件夾,然后在地址欄輸入%USERPROFILE%\AppData\Local后按回車(chē)鍵即可跳轉(zhuǎn)到local目錄,找到IconCache.db文件并刪除,重啟啟動(dòng)后即可重建圖標(biāo)緩存,此文適用于Windows 7,Windows Vista,Windows 2008。
如果出現(xiàn)黑塊,請(qǐng)通過(guò)以下方法解決
將以下內(nèi)容復(fù)制到記事本,然后保存為“桌面圖標(biāo)黑塊修復(fù)器.bat”,然后運(yùn)行之!
@echo off
title win7桌面圖標(biāo)黑塊修復(fù)工具
reg delete “hkcu\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /f
reg delete “hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /f
taskkill /f /im explorer.exe & start explorer.exe
通過(guò)上述兩個(gè)方法,您可以完美的解決win7桌面圖標(biāo)緩存了
關(guān)鍵詞:win7,解決辦法
閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!
- 0
- 0
- 0
- 0
- 0
- 0