之前 Windows 10 在進行更新的過程中,不明原因當機過,重新開機後 Windows Update 總是出現 0x80242fff 的錯誤代碼,連帶影響新的更新。看起來應該是有檔案不完整,干擾了更新旳流程。只好手動改名,讓 Windows Update 讀取不到錯誤的檔案。
關鍵就在將以下兩個資料夾改名稱:
- Windows\SoftwareDistribution
- Windows\System32\catroot2
首先以系統管理員開啟一個「命令提示字元」的視窗,然後輸入以下的指令:
net stop wuauserv
net stop cryptSvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
註: 網路上看有人建議還要停止另外兩個服務,我安裝的 Windows 10 家用版則不需要:
- net stop bits
- net stop msiserver
如果有順利執行完,再重新讓 Windows Update 檢查更新,應該就可以恢復功能了。
沒有留言:
張貼留言