系統(tǒng)軟件園 - 專注分享最好的電腦系統(tǒng)軟件!免費(fèi)安全下載 系統(tǒng)軟件園首頁(yè) | Win7激活工具 | 熱門專題
系統(tǒng)軟件園>您的位置:首頁(yè) > > 系統(tǒng)教程 > Win7系統(tǒng)教程 >

Win7右下角圖標(biāo)不見空白點(diǎn)不出來(lái)的解決方法

更新時(shí)間:2019-06-22 10:14:43| 編輯:本站整理 | 信息來(lái)源:本站整理|瀏覽數(shù):
在Win7系統(tǒng)中,我們?cè)谶\(yùn)行了一些程序之后,如360安全衛(wèi)士會(huì)在桌面右下角顯示360安全衛(wèi)士的圖標(biāo),但是有一些朋友反饋360明明打開了,可是右下角的圖標(biāo)卻不顯示,別的軟件也是一樣,只有一塊空白沒(méi)法點(diǎn)擊,這是怎么回事呢?下面小編教大家解決方法。



原因分析

出現(xiàn)這樣的問(wèn)題主要是由于系統(tǒng)圖標(biāo)緩存出現(xiàn)問(wèn)題導(dǎo)致的。


解決方法

方法一:先嘗試重啟一下系統(tǒng),通常能解決80%以上的問(wèn)題。

方法二:如不行的話需要重建圖標(biāo)緩存

1、在電腦桌面的空白處鼠標(biāo)右擊,選擇新建文本文檔;

2、然后將下面的代碼復(fù)制粘貼進(jìn)去,代碼如下:


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%AppDataLocalMicrosoftWindowsExplorer humbcache_32.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_96.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_102.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_256.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_1024.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_idx.db" 
del /f "%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_sr.db" 
rem 清理 系統(tǒng)托盤記憶的圖標(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 


3、粘貼完之后將文件保存為.bat格式,然后用管理員權(quán)限運(yùn)行即可;

通過(guò)上面有兩種方法,都可以解決右下角圖標(biāo)消失不能點(diǎn)擊的問(wèn)題大家可以學(xué)習(xí)一下哦


返回頂部


系統(tǒng)軟件園發(fā)布的系統(tǒng)鏡像及軟件均來(lái)至互聯(lián)網(wǎng),僅供學(xué)習(xí)和研究使用,不得用于任何商業(yè)用途并請(qǐng)?jiān)谙螺d后24小時(shí)內(nèi)刪除,如果滿意請(qǐng)聯(lián)系版權(quán)方購(gòu)買。
如果您發(fā)現(xiàn)本站侵害了您的版權(quán),請(qǐng)立即聯(lián)系我們,本站將第一時(shí)間進(jìn)行相關(guān)處理。聯(lián)系方式(見首頁(yè))
版權(quán)聲明|下載聲明 Copyright @ 2016 系統(tǒng)軟件園