当我们使用win10系统计算机时,在某些情况下,我们可能会遇到系统更新失败和0x807003代码错误。所以对于这个问题问题可能是因为我们的电脑在更新时出现了故障,你可以尝试更新或重新安装系统来解决这个问题。让我们来看看小编是怎么做到的。我希望它能帮助你。
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:allusersprofileApplication DataMicrosoftNetworkDownloaderqmgr*.dat" -ErrorAction SilentlyContinue
Write-Host "3. Renaming the Software Distribution and CatRoot Folder..."
Rename-Item $env:systemrootSoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemrootSystem32Catroot2 catroot2.bak -ErrorAction SilentlyContinue
Write-Host "4. Removing old Windows Update log..."
Remove-Item $env:systemrootWindowsUpdate.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怎么办的所有内容,希望你们会喜欢。