Windows20H2系统更新后系统提示更新错误怎么办?
时间:2021-07-01 10:21:17
帮助过:8人阅读
用户在更新20H2版本后,设置里的更新和安全选项卡,windows系统更新提示出现错误,并建议重新打开设置。遇到这种情况该如何解决呢?我们一起来看看吧!
具体解决步骤:
1、以管理员权限打开cmd,输入以下命令;
- 01SC config wuauserv start= auto
- 02SC config bits start= auto
- 03SC config cryptsvc start= auto
- 04SC config trustedinstaller start= auto
- 05SC config wuauserv type=share
复制代码
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type=share