您好,登錄后才能下訂單哦!
這篇文章將為大家詳細(xì)講解有關(guān)如何將windows桌面應(yīng)用圖標(biāo)或任務(wù)欄應(yīng)用圖標(biāo)變成空白圖標(biāo),文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。
問題示例:
解決辦法: 新建記事本將以下代碼復(fù)制進(jìn)去 將文件后綴名改為 .bat 類型 然后雙擊文件即可,親測(cè)有效
taskkill /f /im explorer.exe rem 清理系統(tǒng)圖標(biāo)緩存數(shù)據(jù)庫 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)托盤記憶的圖標(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
關(guān)于如何將windows桌面應(yīng)用圖標(biāo)或任務(wù)欄應(yīng)用圖標(biāo)變成空白圖標(biāo)就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。