網站首頁 教育 學前教育 精緻生活 飲食養生 命理 科普教育 金融 歷史 影視 數碼 熱門資訊
當前位置:生活百科站 > 數碼 > 

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

欄目: 數碼 / 釋出於: / 人氣:2.98W

對於我們正在使用的win101909版本系統,如果在進行系統更新升級的時候出現了更新錯誤0x80073701程式碼提示的話,很多小夥伴不知道應該怎麼解決。對於這種問題小編覺得可能是因為我們的系統相容性的問題,或者就是在升級過程中出現了故障。可以在Windows PowerShell中使用程式碼進行相應修復即可。詳細內容就來看下小編是怎麼做的吧~

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

0x80073701更新錯誤,可能與您的更新元件缺失有關。

可以嘗試下方方法,手動註冊Windows Update元件:

1.同時按鍵,點選

win10版本1909更新錯誤0x80073701怎麼解決 第2張

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*" -ErrorAction SilentlyContinue

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

Rename-Item $env:systemrootSoftwareDistribution -ErrorAction SilentlyContinue

Rename-Item $env:systemrootSystem32Catroot2 -ErrorAction SilentlyContinue

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

Remove-Item $env: -ErrorAction SilentlyContinue

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

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

" sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"

Set-Location $env:systemrootsystem32

Write-Host "6. Registering some DLLs..."

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

/s

Write-Host "7) Removing WSUS client settings..."

REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v AccountDomainSid /f

REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v PingID /f

REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate" /v SusClientId /f

Write-Host "8) Resetting the WinSock..."

netsh winsock reset

netsh winhttp reset proxy

Write-Host "9) Delete all BITS jobs..."

Get-BitsTransfer | Remove-BitsTransfer

Write-Host "10) Attempting to install the Windows Update Agent..."

if($arch -eq 64){

wusa Windows8-RT-KB2937636-x64 /quiet

}

else{

wusa Windows8-RT-KB2937636-x86 /quiet

}

Write-Host "11) Starting Windows Update Services..."

Start-Service -Name BITS

Start-Service -Name wuauserv

Start-Service -Name appidsvc

Start-Service -Name cryptsvc

Write-Host "12) Forcing discovery..."

wuauclt /resetauthorization /detectnow

Write-Host "Process complete. Please reboot your computer."

以上就是小編給各位小夥伴帶來的win10版本1909更新錯誤0x80073701怎麼解決的所有內容,希望你們會喜歡。

Tags:win10 080073701