亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>系統(tǒng)優(yōu)化教程>

      win7重建圖標(biāo)緩存bat方法

      時(shí)間: 志藝942 分享

        不知道用WIN7的朋友有沒(méi)有遇到和我一樣的情況。一些程序的圖標(biāo)或是快捷方式無(wú)法正常顯示。本人被這個(gè)情況困擾很久,網(wǎng)上也找了很多方法,接下來(lái)是小編為大家收集的win7重建圖標(biāo)緩存bat方法,希望能幫到大家。

        win7重建圖標(biāo)緩存bat方法

        使用方法:復(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%AppDataLocalIconCache.db"

        del /f "%userprofile%AppDataLocalIconCache.db"

        attrib /s /d -h -s -r "%userprofile%AppDataLocalMicrosoftWindowsExplorer*"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_32.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_96.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_102.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_256.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_1024.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_idx.db"

        del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorerthumbcache_sr.db"

        rem 清理 系統(tǒng)托盤(pán)記憶的圖標(biāo)

        echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v IconStreams

        echo y|reg delete "HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v PastIconsStream

        rem 重啟Windows外殼程序explorer

        start explorer

        復(fù)制粘貼到TXT,然后更改擴(kuò)展名為BAT 運(yùn)行就OK了。

        win7桌面圖標(biāo)緩存重建方法,重建又稱(chēng)為“覆蓋”“清理”“刪除”,原理都是一樣的,方法如下:

        以下是引用片段:

        打開(kāi)任何一個(gè)文件夾,然后在地址欄輸入%USERPROFILE%AppDataLocal后按回車(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 “hkcuSoftwareMicrosoftWindowsCurrentVersionExplorerShell Icons” /f

        reg delete “hklmSOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /f

        taskkill /f /im explorer.exe & start explorer.exe

        通過(guò)上述兩個(gè)方法,您可以完美的解決win7桌面圖標(biāo)緩存了


      看了“win7重建圖標(biāo)緩存bat方法”還想看:

      1.win7怎么重建桌面圖標(biāo)緩存

      2.win7系統(tǒng)重建圖標(biāo)緩存的方法

      3.Win7桌面的圖標(biāo)緩存怎么清理

      4.Win7如何新建一鍵清理系統(tǒng)垃圾文件BAT腳本

      5.win10進(jìn)行圖標(biāo)緩存清理方法

      win7重建圖標(biāo)緩存bat方法

      不知道用WIN7的朋友有沒(méi)有遇到和我一樣的情況。一些程序的圖標(biāo)或是快捷方式無(wú)法正常顯示。本人被這個(gè)情況困擾很久,網(wǎng)上也找了很多方法,接下來(lái)是小編為大家收集的win7重建圖標(biāo)緩存bat方法,希望能幫到大家。 win7重建圖標(biāo)緩存bat方法
      推薦度:
      點(diǎn)擊下載文檔文檔為doc格式
      2783612