Table of Contents
Windows 10 無法更新 解決方法
公司多台電腦出現更新錯誤,無法更新或更新跑不完等問題。當時用了以下幾個解決方法,大部分都能順利解決。
疑難排解
到疑難排解 -> 其他的疑難排解員 -> Windows Update,讓它執行完畢後,可排除大部分的問題。
清除更新檔案
疑難排解無法解決的時候,或遇到更新跑不完時:
Win + R 開啟收尋,在收尋輸入
cleanmgr
選擇系統槽(C槽),之後點選清理系統檔,在接下來的選單裡勾選Windows Update 清理,然後確定。清理完後在執行更新看看。
清除 SoftwareDistribution 資料夾
Win + R 開啟收尋,在收尋輸入
services.msc
之後找尋 Windows Update 的服務,滑鼠右鍵停止這個服務
之後開啟 C:\Windows\SoftwareDistribution ,並清空裡面的內容
從新啟動 Windows Update 的服務
開啟cmd,輸入以下指令
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
執行系統檔案檢查
Win + R 開啟收尋,在收尋輸入 cmd,用管理員權限開啟 cmd後,輸入
sfc /scannow
執行硬碟檢查
Win + R 開啟收尋,在收尋輸入 cmd,開啟 cmd後,輸入
chkdsk c: /f
在下次開機後自動檢查 C 槽
Windows 更新助手
遇到重大版本更新無法更新時,可以到微軟網站下載更新助手來更新
https://www.microsoft.com/zh-tw/software-download/windows10
下載好後執行就可以了。





