win10版本1909更新錯誤0x80073701怎么解決。

相信很多朋友都遇到過以下問題,就是win10版本1909更新錯誤0x80073701怎么解決 。。針對這個問題,今天小編就搜集了網上的相關信息,給大家做個win10版本1909更新錯誤0x80073701怎么解決 。的解答 。希望看完這個教程之后能夠解決大家win10版本1909更新錯誤0x80073701怎么解決 。的相關問題 。
使用的win101909版本系統,如果在進行系統更新升級的時候出現了更新錯誤0x80073701代碼提示的話,很多小伙伴不知道應該怎么解決 。對于這種問題小編覺得可能是因為我們的系統兼容性的問題,或者就是在升級過程中出現了故障 。可以在Windows PowerShell中使用代碼進行相應修復即可 。詳細內容就來看下小編是怎么做的吧~
win10版本1909更新錯誤0x80073701怎么解決
0x80073701更新錯誤,可能與您的更新組件缺失有關 。
可以嘗試下方方法,手動注冊Windows Update組件:
1.同時按【Win X】鍵,點選【Windows PowerShell(管理員)】

win10版本1909更新錯誤0x80073701怎么解決。


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
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
Write-Host \"7) Removing WSUS client settings...\"
REG DELETE \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\" /v AccountDomainSid /f

推薦閱讀