win10 0x80070002错误代码 win10版本1903系统错误0x80073701怎么办
win10版本1903系统错误0x80073701怎么办
关于这方面的知识你知道吗?win10版本1903系统错误0x80073701怎么办的相关知识,关于win10 0x80070002错误代码 win10版本1903系统错误0x80073701怎么办,下面小编为您详细解答
如果我们准备将自己的win101903操作系统升级到更新的系统版本的话,过程中出现可错误并且有代码提示0x80073701,不少的IT袋用户不知道应该怎么解决才可以正常升级版本。小编觉得我们可以通过在干净启动中来排除自己系统的问题,然后在进行相关的修复即可。详细步骤就来看下小编是怎么做的吧~
win10版本1903系统错误0x80073701怎么办
0x80073701更新错误,可能与您的更新组件缺失有关。
可以尝试下方方法,手动注册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;;CCLCSWRPWPDTLOCRRC;;;PU)"
Set-Location $env:systemroot\system32
Write-Host "6. Registering some DLLs..."
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
相关阅读
-
0x800704b3解决方法 0x8007003A错误解决教程
对于许多网友来说0x8007003A错误解决教程IT技巧方面的经验,关于0x800704b3解决方法 0x8007003A错误解决教程,相关内容具体如下: 不管是打印机还是日常需要使用到PDF文件的时候很多的用户都会遇
-
win10任务栏显示不全解决方法 win10桌面下面的任务栏不见了怎么办
一篇方法教程,与您分享win10任务栏显示不全解决方法方面的介绍,关于win10任务栏显示不全解决方法 win10桌面下面的任务栏不见了怎么办,接下来一起来看看吧。 win10任务栏显示不全一般情况
-
win10 u盘安装教程 win10系统U盘安装方法
今天带来的IT技巧小经验win10系统U盘安装方法方面的讲解,关于win10 u盘安装教程 win10系统U盘安装方法,一定能解决您的问题的,一起来了解吧! win10系统以其稳定性和良好的兼容性一直深受大
-
KB4554364更新了什么内容
您可能不了解KB4554364更新了什么内容的内容,关于KB4554364更新了什么内容,下面IT袋为您详细介绍 我们在使用win10系统的时候,可能会遇到一些网络上的问题。对于此问题微软公司特地发布了


