![嘗試將 Windows 更新 22H2 至 23H2 時出現錯誤 0x800f081f](https://rvso.com/image/1703326/%E5%98%97%E8%A9%A6%E5%B0%87%20Windows%20%E6%9B%B4%E6%96%B0%2022H2%20%E8%87%B3%2023H2%20%E6%99%82%E5%87%BA%E7%8F%BE%E9%8C%AF%E8%AA%A4%200x800f081f.png)
我正在嘗試在裝有 Windows 11 23H2 的電腦上執行 Windows 更新。下載成功,但在安裝過程完成 47% 後,出現錯誤:
Windows 11, version 23H2
Install error - 0x800f081f
我嘗試按照有關如何處理此錯誤的說明進行操作。具體來說,我使用了:
sfc /scannow
chkdsk
與相關開關DISM.exe /Online /Cleanup-image /Restorehealth
他們之間重新啟動。這沒有效果。
如何安裝與我的系統相關的 Windows 更新?
更多系統資訊:
- Windows 11 專業版
- 22H2版本
- 作業系統版本 22621.2283
- Windows 功能體驗套件 1000.22662.1000.0
AMD Ryzen CPU 上的 X86_64 版本。
答案1
如果 Windows 更新失敗,您可以透過下載 ISO 並執行以下操作來強制解決此問題
透過就地升級修復安裝 Windows 11。無論如何,我建議在SoftwareDistribution
執行此操作之前先執行下面的第三點進行清理。
如果您遇到問題並絕對需要修復 Windows 更新,我在下面列出了我所知道的所有修復方法:
在以下位置執行 Windows 更新疑難排解:
設定 > 更新與安全性 > 疑難排解 > 其他疑難排解 > Windows 更新 > 執行疑難排解透過在提升的命令提示字元中執行以下命令來重設 Windows 更新元件:
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 msiserver net start wuauserv net start cryptSvc net start bits
如果一切順利,請刪除這些
.old
資料夾(或如果出現問題則將其歸還)。在提升的命令提示字元中執行 DISM 工具:
Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /RestoreHealth
在提升的命令提示字元中執行以下命令:
SC config trustedinstaller start= auto