Win10系統(tǒng)功能更新出現(xiàn)0x80073701錯誤代碼怎么辦?有用戶將自己的電腦進行系統(tǒng)補丁的更新時,出現(xiàn)了更新錯誤,導(dǎo)致電腦彈出了錯誤代碼0x80073701,有的用戶因為更新系統(tǒng)還導(dǎo)致了原系統(tǒng)的損壞,變成了藍屏。那么遇到這個系統(tǒng)問題怎么去修復(fù)呢?一起來看看以下的解決方法分享吧。
問題:如何解決Windows 10更新錯誤代碼:0x80073701?
(資料圖)
0x80073701更新錯誤,可能與您的更新組件缺失有關(guān)。
可以嘗試下方方法,手動注冊Windows Update組件:
1、同時按【W(wǎng)in+X】鍵,點選【W(wǎng)indows 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
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
REG DELETE “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v PingID /f
REG DELETE “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /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.”
如何解決Windows 10更新錯誤代碼:0x80073701?
Microsoft工程師建議在手動執(zhí)行任何步驟之前運行系統(tǒng)文件檢查器和DISM工具。如果這些0x80073701錯誤修復(fù)無效,請不要忘記嘗試運行Windows Update疑難解答程序,該程序是一種自動化實用程序,可自動修復(fù)更新錯誤。如果它也不起作用,那么請轉(zhuǎn)到手動錯誤代碼0x80073701修復(fù)程序。
方法1:重置Windows更新
按Win鍵+ X并選擇命令提示符(管理員)。
禁用BITS,加密,MSI安裝程序和Windows更新服務(wù)。為此,在命令提示符窗口中鍵入以下命令并在每個命令提示符后按Enter鍵:net stop wuauservnet stop cryptSvcnet停止位net stopmsiserver。
現(xiàn)在重命名SoftwareDistribution和Catroot2文件夾。為此,請在窗口中鍵入以下命令并在每個命令后鍵入Enter:ren C:\ Windows \ SoftwareDistribution SoftwareDistribution.oldren C:\ Windows \ System32 \ catroot2 Catroot2.old。
現(xiàn)在啟用BITS,加密,MSI安裝程序和Windows更新服務(wù)(以前禁用)。為此,您必須輸入以下命令并在每個命令后按Enter鍵:net start wuauservnet start cryptSvcnet start bitsnet startmsiserver。
關(guān)閉命令提示符并重新啟動您的PC。
方法2:檢查Windows日期和時間設(shè)置
用鼠標(biāo)右鍵單擊Win鍵并選擇控制面板。
選擇時鐘,語言和區(qū)域選項。
點擊更改設(shè)置按鈕。
標(biāo)記與Internet時間服務(wù)器同步,然后單擊立即更新。
最后,點擊確定并關(guān)閉所有內(nèi)容。
重新啟動您的電腦。
方法3:U盤重裝系統(tǒng)
關(guān)鍵詞: 系統(tǒng)問題 系統(tǒng)錯誤 系統(tǒng)問題修復(fù) 系統(tǒng)問題處理