如果我们的电脑安装的是win10操作系统的话,有的情况下可能会遇到升级更新自己操作系统的情况。那么就在这个过程中就有一些小伙伴可能遇到了问题。对于如何解决Win101809升级至1909时出现的错误代码0X80000ffff,小编觉得我们可以尝试在运行窗口中进行相关的代码修复即可。详细步骤就来看下小编是怎么做的吧~
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
net stop bits
net stop msiserver
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
重启设备,再次尝试更新 Windows,看一下是否还会提示错误。
以上是如何解决Win101809升级至1909时出现的错误代码0X80000ffff的详细内容。更多信息请关注PHP中文网其他相关文章!