Your cart is currently empty!
我是使用精简版本,结果在更新的时候出现了0x800f081f错误,所以找了以下的解决方案,希望可以帮助到你。
下载补丁包,采用离线更新的方式。注意:.cab格式的更新包,应采用Dism++来安装更新。安装之后依旧提示失败。
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,看一下是否还会提示错误。方正我是没有成功。
我也遇到相同情况,后来安装上了。解决方法是:将win11安装iso文件加载到虚拟光驱,比如是挂载到了F盘管理员管理员运行windows powershell 执行
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:F:\sources\sxs /LimitAccess
Dism.exe /online /enable-feature /featurename:NetFX3 /Source:F:\sources\sxs
dism.exe /online /enable-feature /featurename:netfx3 /Source:F:\sources\sxs
如果以上方案都不行的话,只能用ISO来重装了。
Leave a Reply