IT袋

当前位置:主页 > 经验教程 > 系统教程 >

win10更新错误0x8007042B怎么解决

windows更新失败0x800f0922 win10更新错误0x8007042B怎么解决

更新:2023-07-06 01:28:08 来源:IT袋 作者:马勇
导读:win10更新错误0x8007042B怎么解决,IT袋网为你介绍win10更新错误0x8007042B怎么解决的相关介绍,关于win10更新错误0x8007042B怎么解决 ,一起来看看吧! 当我们对自己电脑安装的win10系统准备升级更新的时候,部

win10更新错误0x8007042B怎么解决

IT袋网为你介绍win10更新错误0x8007042B怎么解决的相关介绍,关于win10更新错误0x8007042B怎么解决 ,一起来看看吧!

当我们对自己电脑安装的win10系统准备升级更新的时候,部分IT袋的朋友们可能在更新的过程中就会遇到系统提示出错0x8007042B的情况,对于这种问题小编觉得可能是因为我们系统更新的时候出现了一些问题,可以在指定的系统运行DiagPackage.diagpkg程序即可。详细步骤就来看下小编是怎么做的吧~

win10更新错误0x8007042B怎么解决

win10更新错误0x8007042B怎么解决

1.可到以下途径,尝试运行 “DiagPackage.diagpkg”

C:WindowsdiagnosticssystemWindowsUpdateDiagPackage.diagpkg

2.如果以上不行,试试按查找>Powershell(选择 ISE)>右键>用管理员运行>把以下拷贝到里面

运行>运行完后重启电脑>然后再试试看

win10更新错误0x8007042B怎么解决

$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

相关阅读