我来教你Windows20H2系统更新后系统提示更新错误怎么办。

用户在更新20H2版本后,设置里的更新和安全选项卡,windows系统更新提示出现错误,并建议重新打开设置。遇到这种情况该如何解决呢?我们一起来看看吧!

Windows更新出现错误

具体解决步骤:

1、以管理员权限打开cmd,输入以下命令;

  1. 01SC config wuauserv start= auto
  2. 02SC config bits start= auto
  3. 03SC config cryptsvc start= auto
  4. 04SC config trustedinstaller start= auto
  5. 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

2、然后输入;

  1. 01net stop wuauserv
  2. 02net stop cryptSvc
  3. 03net stop bits
  4. 04net stop msiserver
  5. 05ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  6. 06ren C:\Windows\System32\catroot2 catroot2.old
  7. 07net start wuauserv
  8. 08net start cryptSvc
  9. 09net start bits
  10. 10net start msiserver

复制代码

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

重启后,windows20H2中系统更新后,Windows更新出现错误的问题就解决了,你也来试试吧!

本文来自网络投稿,来自作者春天。不代表酷牛教程立场,如若转载,请注明出处:https://www.xukn.com/1240655.html

(0)
春天春天
上一篇 2023-08-30 01:19
下一篇 2023-08-30 01:19

相关推荐

发表回复

登录后才能评论