前几天微软推出了 Windows 10 的补丁 KB4497936,安装后版本号就变为 18362.113 ,可惜出现了大师安装失败的情况,错误代码多是 0x800f081f,如下图:

目前官方的进度还是 Looking into it,估计会在近期解决。
下载是已经尝试过的方法:
-
运行以下脚本,清理现在的文件:
Stop-Service -Name wuauserv Stop-Service -Name CryptSvc Stop-Service -Name BITS Stop-Service -Name msiserver Remove-Item C:\Windows\SoftwareDistribution\* -Recurse -Force Remove-Item C:\Windows\System32\catroot2 -Force -Recurse Start-Service -Name msiserver Start-Service -Name BITS Start-Service -Name CryptSvc Start-Service -Name wuauserv -
手动下载更新包安装。安装到 100%的时候还是会出现报错,问题一样。
有没有遇到相同问题的,报个道一起研究一下吧。