笔记本的Windows 10自动更新要求重启,但是重启之后提示说更新安装失败。再次尝试,重启后还是如此,于是陷入了这个魔咒无法脱身。 后来查了Google,发现都不如Windows自带的链接管用,根据KB的号码找文档,可以下载到相应的独立更新安装包。 另外还参考了一个[微软的官方客服回答](https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/getting-error-0x80070bc2-doing-cumulative-update/24e80681-eb22-4439-8677-638fce437186?page=7)执行了如下cmd操作: ``` SC config wuauserv start=auto SC config bits start=auto SC config cryptsvc start=auto SC config trustedinstaller start=auto ```