win7右下角圖標不顯示,空白的 教你win7任務欄右下角圖標顯示為空白如何解決

有小伙伴發現自己的win7系統有問題,win7任務欄右下角圖標空白怎么回事(表現為占用了圖標位置,卻不能顯示出來,也點擊不了),重啟電腦后問題依舊 。下面就教下大家win7任務欄右下角圖標顯示為空白如何解決 。
方法一:建立一個清除Windows7圖標緩存文件
1、把下面的內容輸入到【記事本】:
【win7右下角圖標不顯示,空白的 教你win7任務欄右下角圖標顯示為空白如何解決】rem 關閉Windows外殼程序explorer
taskkill /f /im explorer 。exe
rem 清理系統圖標緩存數據庫
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 清理 系統托盤記憶的圖標
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

    推薦閱讀