使用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.leyixiao.com/788882.html
-