用户在更新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= autoSC config bits start= autoSC config cryptsvc start= autoSC config trustedinstaller start= autoSC config wuauserv type=share
本文来自投稿,不代表归来教程立场,如若转载,请注明出处:https://www.guiqulai.com/277920.html