时间:2023-06-02 16:16:41 来源: 人气:
番茄花园 GHOST WIN10 X86 安全稳定版 V2018.06 (32位)
用户在更新20H2版本后,设置里的更新和安全选项卡,windows系统更新提示出现错误,并建议重新打开设置。遇到这种情况该如何解决呢?我们一起来看看吧!

具体解决步骤:
1、以管理员权限打开cmd,输入以下命令;
01SC config wuauserv start= auto02SC config bits start= auto03SC config cryptsvc start= auto04SC config trustedinstaller start= auto05SC config wuauserv type=share 复制代码SC config wuauserv start= autoSC config bits start= autoSC config cryptsvc start= autoSC config trustedinstaller start= autoSC config wuauserv type=share2、然后输入;
01net stop wuauserv02net stop cryptSvc03net stop bits04net stop msiserver05ren C:\Windows\SoftwareDistribution SoftwareDistribution.old06ren C:\Windows\System32\catroot2 catroot2.old07net start wuauserv08net start cryptSvc09net start bits10net start msiserver 复制代码net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserverren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.oldnet start wuauservnet start cryptSvcnet start bitsnet start msiserver重启后,windows20H2中系统更新后,Windows更新出现错误的问题就解决了,你也来试试吧!
本文地址:https://downs123.com/win10jc/3142.html