win10版本1909更新错误0x80073701怎么解决
发布时间:2023-11-10 13:17:45
对于我们正在使用的win101909版本系统,如果在更新和升级系统时出现更新错误,许多小型合作伙伴不知道如何解决0x80073701代码提示。由于我们的系统兼容性问题,或是在升级过程中出现故障,小编认为可能是因为我们的系统兼容性问题。代码可用于WindowsPowerShell进行相应的修复。详细内容就来看下小编是怎么做的吧~

【win101909常见问题汇总】
win10版本1909更新错误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:allusersprofileApplication DataMicrosoftNetworkDownloaderqmgr*.dat" -ErrorAction SilentlyContinue
Write-Host "3. Renaming the Software Distribution and CatRoot Folder..."
Rename-Item $env:systemrootSoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemrootSystem32Catroot2 catroot2.bak -ErrorAction SilentlyContinue
Write-Host "4. Removing old Windows Update log..."
Remove-Item $env:systemrootWindowsUpdate.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:systemrootsystem32
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 "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."


猜你喜欢
- 数据越来越多,工作表越来越复杂,这些数据有什么意义,这些数据能让你快速了解到什么问题?数据透视表无疑提供了一种简单快捷的方式,用不同的方式查
- 我们在配置环境变量的时候,有三个配置目标JAVA_HOME、CLASSPATH、PATH。那么我们在写路径时候就要非常小心,哪怕是少一个符号
- excel锁定公式$怎么打出来?Excel中有超多实用的功能,通过快捷的数学公式能够帮助我们更快的处理工作。有时我们想要取数据的绝对值,但是
- 为了方便文档的传输,我们通常会将wps文档转为图片的格式,那么,如何将wps文档转为图片格式的文件呢?下面就让小编告诉你 如何将wps文档保
- Win10电脑在使用过程当中会自动产生一些缓存,日积月累下会占用非常多的存储空间,最终将影响电脑的正常运行速度,初次使用win10电脑的用户
- 做为学校的老师,每次考试结束都会迎来复杂、烦琐的学生成绩统计工作,WPS表格的筛选功能可以帮助我轻松完成学生成绩统计。图1 学生成绩表下面就
- 在检查公式时,可利用Excel2010中的追踪功能查看公式所在单元格的引用单元格和从属单元格,从而了解公式和值的关系。在完成公式的追踪后,可
- 开启Windows预览体验计划报错:无法连接服务怎么办?Windows预览版体验计划是微软发布最新预览的通道,这里有最新的预览版本,最近有用
- 在word上编辑或者阅读文字的时候,有些地方需要加上标注以起到醒目的时候,我们就可以可以给选中的文字加上背景色,这时候我们可以随时找到自己做
- 临近毕业了,正是撰写毕业论文的时候,在用Word撰写毕业论文的时候,我们会碰到诸如整理目录、添加logo、添加参考文献等常见操作,下面介绍一
- 在使用电脑的过程中,难免会遇到驱动程序不兼容的问题,一般遇到这样的情况直接将不兼容的驱动程序卸载掉就可以了,但是如果要终端冲突,那就会比较麻
- Win10 1909系统任务栏怎么隐藏呢?很多用户对此还不是很清楚,小编这里就给大家带来有关Win10 1909系统任务栏怎么隐藏的回答,希
- 这篇文章主要介绍了Windows7开启远程桌面连接详细图文教程,本文用详细的图文说明讲解了开启远程桌面的操作步骤,需要的朋友可以参考下如果您
- 最近有不少用户在登陆微软应用商店下载一些资料的时候,电脑的应用商店总是无法显示页面,提示无法加载,请稍后重试。遇到这种情况我们应该怎么快速的
- WPS 2013怎么新建表格样式1.启动WPS表单2013,然后单击格式样式按钮。2.在弹出的样式界面中输入新样式的名称,单击“
- office2007 Excel办公技巧之,Excel表格冻结首行和首列。今天,小编就教大家在Excel中表格进行冻结首行和列的操作技巧。E
- 对于win10系统来说,有一个不错的分屏功能,那么你知道怎么进行简单的分屏设置服务,为此系统屋给你提供简单的win10进行屏幕分屏方法介绍,
- 如何在wps ppt中制作一个分析数据的饼图呢?下面小编就为你提供wps ppt怎么制作饼图的方法啦!wps ppt制作饼图的方法:首先我们
- Excel中具体该如何进行数据分列呢?接下来是小编为大家带来的excel2003数据分列教程,供大家参考。excel2003数据分列教程:数
- Windows 11 22H2 上,其中一项新功能是“语音访问”,它使任何人都可以通过语音控制他们的计算机,但是不少朋友不知道怎么使用,本文