百科网

首页 > 科技数码

科技数码

我来教你Win10更新错误代码0x800f081f怎么办

科技数码佚名2023-02-04

我们在更新win10系统的时候,有出现提示错误代码0x800f081f的情况,这有可能是电脑兼容性导致的问题,也有可能是系统更新的过程中出现了一些内部错误。可以尝试在系统的更新和应用程序中进行相关的设置即可解决问题。具体的解决方法小编来教你。

Win10更新错误代码0x800f081f怎么办?

方法一:

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