解決方案:清理資源管理器緩存(重啟資源管理器)
1.打開程序管理器(ctrl+shift+esc)
2.在進程那里找到"explorer.exe",然后按結束進程
3.然后在文件(程序管理器左上角),點擊"新任務"
4.然后"瀏覽"
5.在c:/windows/system32 這個文件夾里找到"systray.exe"然后點"確定"
6.再一次,打開文件,新任務,在空白欄里打: explorer.exe, 確定
7.圖標會顯示
批處理命令:
rem 關閉explorer.exe taskkill /f /im explorer.exe start "C:\Windows\System32\systray.exe" rem 打開explorer start explorer