我无法使用 KB4549951 更新来更新我的 Windows 10。Windows 在重启期间不断回滚我的更新。错误消息显示“安装失败”,错误代码为 0x80070003。
我已尝试过:
- 建议的一切类似问题
- 停止/重新启动 Windows 更新服务
- 删除 C:\Windows\SoftwareDistribution
- Windows 更新疑难解答程序未显示任何错误。
- 删除 DataStore 文件夹
- 运行
DISM /Online /Cleanup-Image /ScanHealth
和Dism /Online /Cleanup-Image /RestoreHealth
。均未显示任何错误。 sfc /scannow
没有显示错误。
但是,C:\Windows\Logs\CBS 中的 CBS 日志显示ERROR_PATH_NOT_FOUND
错误,这可能与更新有关。
2020-04-23 22:27:49, Info CBS DriverUpdateInstallUpdates failed [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2020-04-23 22:27:49, Info CBS Doqe: Failed installing driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2020-04-23 22:27:49, Info CBS Perf: Doqe: Install ended.
2020-04-23 22:27:49, Info CBS Failed installing driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2020-04-23 22:27:49, Error CBS Shtd: Failed while processing non-critical driver operations queue. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2020-04-23 22:27:49, Info CBS Shtd: Rolling back KTM, because drivers failed.
2020-04-23 22:27:49, Info CBS SetProgressMessage: progressMessageStage: 4, ExecuteState: CbsExecuteStatePrimitives, SubStage: 0
2020-04-23 22:27:49, Info CBS Progress: UI message updated. Operation type: Update. Stage: 0 out of 0. Temporary Rollback.
2020-04-23 22:27:49, Info CBS Shtd: progress thread terminating. [HRESULT = 0x00000000 - S_OK]
2020-04-23 22:27:49, Info CBS Shtd: progress thread terminated normally
2020-04-23 22:27:49, Info CBS Doqe: Unlocking driver updates, Count 266
2020-04-23 22:27:49, Info CBS Winlogon: Simplifying Winlogon CreateSession notifications
2020-04-23 22:27:49, Info CBS Shtd: Shutdown processing complete.
Windows 规格:
- 版本:Windows 10 Pro
- 版本:1909
- 操作系统内部版本:18363.752
我已经为此努力了好几天了。任何帮助我都会非常感激。