共计 1438 个字符,预计需要花费 4 分钟才能阅读完成。
这篇文章主要介绍“win101803 更新 1909 失败 0x80070003 如何解决”的相关知识,丸趣 TV 小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“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
方法二:
如果以上方法都不可以解决问题,可以尝试重装系统
关于“win101803 更新 1909 失败 0x80070003 如何解决”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注丸趣 TV 行业资讯频道,丸趣 TV 小编每天都会为大家更新不同的知识点。