win101803更新1909失败0x80070003该如何解决

2022-04-19 21:36:48公孙钧剑
导读 我们在使用win10系统电脑的时候,有些情况下可能就会遇到出现系统更新失败的情况,并且出现错误代码0x80070003。那么对于这种问题小编觉得

我们在使用win10系统电脑的时候,有些情况下可能就会遇到出现系统更新失败的情况,并且出现错误代码0x80070003。那么对于这种问题小编觉得可能是因为我们电脑在更新的时候出现了故障,可以尝试重新更新或者是重装系统来解决问题。详细的操作步骤就来看下小编是怎么做的吧~希望可以帮助到你。

【win101909常见问题汇总】

win101803更新1909失败0x80070003

方法一:

手动注册Windows Update组件:

1. 同时按【Win+X】键,点选【Windows PowerShell(管理员)】

2. 拷贝下方的程序码到刚打开的PowerShell里面,按回车

3. 忽略红字错误,重启电脑

4. 运行Windows Update

$arch = Get-WMIObject -Class Win32_Processor -ComputerName LocalHost | Select-Object AddressWidth

Write-Host "1. Stopping Windows Update Services..."

Stop-Service -Name BITS

Stop-Service -Name wuauserv

Stop-Service -Name appidsvc

Stop-Service -Name cryptsvc

Write-Host "2. Remove QMGR Data file..."

Remove-Item "$env:allusersprofile\Application Data\Microsoft\Network\Downloader\qmgr*.dat" -ErrorAction SilentlyContinue

Write-Host "3. Renaming the Software Distribution and CatRoot Folder..."

Rename-Item $env:systemroot\SoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue

Rename-Item $env:systemroot\System32\Catroot2 catroot2.bak -ErrorAction SilentlyContinue

Write-Host "4. Removing old Windows Update log..."

Remove-Item $env:systemroot\WindowsUpdate.log -ErrorAction SilentlyContinue

Write-Host "5. Resetting the Windows Update Services to defualt settings..."

"sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"

"sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR

方法二:

1.如果以上方法都不可以解决问题,可以尝试重装系统

2.系统家园下载的操作系统不需要复杂的步骤,直接使用傻瓜式装机,上手简单。

安装步骤:

1.在文件夹中,找到你下载好的win10系统,鼠标右键该系统文件,选择【装载】。

2.然后会弹出一个文件夹,我们直接鼠标双击【一键安装系统】就行了。

3.假如出现有报毒或者其它提示的情况,请执行以下步骤,如果没有,略过3-5步骤。

以上就是小编给各位小伙伴带来的win101803更新1909失败0x80070003怎么办的所有内容,希望你们会喜欢。

免责声明:本文由用户上传,如有侵权请联系删除!