win10 KB4551762更新失败 错误代码:0x8007025d 错误代码的解决方法

编辑: 幼稚园杀手 分类: 软件教程 阅读: 463

win10 KB4551762更新失败,错误代码:0x8007025d该怎么办?如下图所示,windows 10安装某些更新时出现了问题,稍后将会重试。2020-适用于 Windows 10 Version 1909 的 03 累积更新,适合基于 x64 的系统 (KB4551762) – 错误 0x8007025d,针对这一问题大家可以通过winwin7分享的操作方法来进行操作!

Windows10更新失败

Windows10更新失败

1、尝试运行 “DiagPackage.diagpkg”C:WindowsdiagnosticssystemWindowsUpdateDiagPackage.diagpkg=================================2、如果以上不行,试试按查找》powershell》右键 》 用管理员运行 》 把下面的命令拷贝到里面》运行 》 运行完后重启电脑:$arch = Get-WMIObject -Class Win32_Processor -ComputerName LocalHost | select-Object AddressWidthWrite-Host “1. Stopping Windows update Services…”Stop-Service -Name BITSStop-Service -Name wuauservStop-Service -Name appidsvcStop-Service -Name cryptsvcWrite-Host “2. Remove QMGR Data file…”Remove-Item “$env:allusersprofileApplication DataMicrosoftNetworkDownloaderqmgr*.dat” -ErrorAction SilentlyContinueWrite-Host “3. Renaming the Software Distribution and CatRoot Folder…”rename-Item $env:systemrootSoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinuerename-Item $env:systemrootSystem32Catroot2 catroot2.bak -ErrorAction SilentlyContinueWrite-Host “4. Removing old Windows update log…”Remove-Item $env:systemrootWindowsUpdate.log -ErrorAction SilentlyContinueWrite-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:systemrootsystem32Write-Host “6. Registering some DLLs…”regsvr32.exe /s atl.dllregsvr32.exe /s urlmon.dllregsvr32.exe /s mshtml.dllregsvr32.exe /s shdocvw.dllregsvr32.exe /s browseui.dllregsvr32.exe /s jscript.dllregsvr32.exe /s vbscript.dllregsvr32.exe /s scrrun.dllregsvr32.exe /s msxml.dllregsvr32.exe /s msxml3.dllregsvr32.exe /s msxml6.dllregsvr32.exe /s actxprxy.dllregsvr32.exe /s softpub.dllregsvr32.exe /s wintrust.dllregsvr32.exe /s dssenh.dllregsvr32.exe /s rsaenh.dllregsvr32.exe /s gpkcsp.dllregsvr32.exe /s sccbase.dllregsvr32.exe /s slbcsp.dllregsvr32.exe /s cryptdlg.dllregsvr32.exe /s oleaut32.dllregsvr32.exe /s ole32.dllregsvr32.exe /s shell32.dllregsvr32.exe /s initpki.dllregsvr32.exe /s wuapi.dllregsvr32.exe /s wuaueng.dllregsvr32.exe /s wuaueng1.dllregsvr32.exe /s wucltui.dllregsvr32.exe /s wups.dllregsvr32.exe /s wups2.dllregsvr32.exe /s wuweb.dllregsvr32.exe /s qmgr.dllregsvr32.exe /s qmgrprxy.dllregsvr32.exe /s wucltux.dllregsvr32.exe /s muweb.dllregsvr32.exe /s wuwebv.dllWrite-Host “7) Removing WSUS client settings…”REG delete “HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate” /v AccountDomainSid /fREG delete “HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate” /v PingID /fREG delete “HKLMSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate” /v SusClientId /fWrite-Host “8) Resetting the WinSock…”netsh winsock resetnetsh winhttp reset proxyWrite-Host “9) delete all BITS jobs…”Get-BitsTransfer | Remove-BitsTransferWrite-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 BITSStart-Service -Name wuauservStart-Service -Name appidsvcStart-Service -Name cryptsvcWrite-Host “12) Forcing discovery…”wuauclt /resetauthorization /detectnowWrite-Host “Process complete. Please reboot your computer.”完成命令运行后重启一次计算机即可正常更新KB4551762补丁号了~

Windows10软件相关内容

发表回复

登录后才能评论

评论列表 ( 0条)