⑴最近微软发布了Win例行更新,这也是年首次更新,不过一些Win用户在更新KB更新时出现失败的问题,下面小编就和大家分享下解决方法。
⑵解决方法一:下载离线补丁安装
⑶-适用于 Win Version 的 累积更新,适合基于 x 的系统 (KB) Download
⑷-适用于 Win Version 的 累积更新,适合基于 x 的系统 (KB) Download
⑸解决方法二:修复更新
⑹. 启动开始菜单,输入 “cmd”,右键以管理员身份运行,然后依次执行以下命令:
⑺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
⑿ stop wuauserv
⒀ stop cryptSvc
⒁ stop bits
⒂ stop msiserver
⒃ren C:WindowsSoftwareDistribution SoftwareDistribution.old
⒄ start wuauserv
⒅ start cryptSvc
⒆ start bits
⒇ start msiserver
⒈重启设备,再次尝试更新 Windows,看一下是否还会提示错误。