win10更新失败0xc1900223错误怎么办。

使用win10系统的时候,有时用户会需要更新操作系统,但有用户在更新时遇到了失败并且提示错误代码0xc1900223的情况。win10更新失败0xc1900223错误怎么办?其实这可能是因为我们在更新的过程中系统出现了故障损坏导致的,可尝试重新更新或者是重装系统来解决问题。

win10更新失败0xc1900223错误怎么办。

win10更新失败0xc1900223错误怎么办

1. 启动开始菜单,输入“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

net stop wuauserv

net stop cryptSvc

#FormatImgID_2#

net stop bits

net stop msiserver

ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

2.重启设备,再次尝试更新 Windows,看一下是否还会提示错误。

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

(0)
春天春天
上一篇 2023-05-19 05:07
下一篇 2023-05-19 05:07

相关推荐

发表回复

登录后才能评论