我們在win10系統(tǒng)的使用中,有小伙伴喜歡把常用的軟件鎖定到系統(tǒng)的任務欄中,我們在任務欄中可以快速的打開使用到經(jīng)常都要使用的軟件,今天看到有小伙伴在win10系統(tǒng)中把軟件鎖定到任務欄以后系統(tǒng)出現(xiàn)了明顯的異常不顯示圖標的情況,今天小編就來跟大家分享一下win10系統(tǒng)中軟件鎖定到任務欄顯示異常的修復方法。
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
具體的方法和詳細的步驟如下:文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
1、把下面的文字復制到文本文檔,改后綴名為.bat,雙擊運行,ok文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
rem 關(guān)閉Windows外殼程序explorer文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
taskkill /f /im explorer.exe文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
rem 清理系統(tǒng)圖標緩存數(shù)據(jù)庫文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
del /f "%userprofile%\AppData\Local\IconCache.db"文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"文章源自網(wǎng)吧系統(tǒng)維護-http://www.strong-digital.cn/1516.html
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"
2、rem 清理 系統(tǒng)托盤記憶的圖標
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
3、rem 重啟Windows外殼程序explorer
start explorer
win10系統(tǒng)中顯示的問題,任務的快捷使用對我們來說是很好的,一行就是小編跟大家分享的關(guān)于在win10系統(tǒng)中中軟件鎖定到任務欄顯示異常的修復方法,希望本次分享對你有幫助。
評論