IT袋

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

win101809升级1909错误代码0x8007042b怎么解决

错误代码1903 win101809升级1909错误代码0x8007042b怎么解决

更新:2023-07-13 03:28:08 来源:IT袋 作者:马勇
导读:win101809升级1909错误代码0x8007042b怎么解决,本文导读:win101809升级1909错误代码0x8007042b怎么解决方面的讲解,关于win101809升级1909错误代码0x8007042b怎么解决,继续往下看吧! 我们在使用win10操作系统的时候,部分I

win101809升级1909错误代码0x8007042b怎么解决

本文导读:win101809升级1909错误代码0x8007042b怎么解决方面的讲解,关于win101809升级1909错误代码0x8007042b怎么解决,继续往下看吧!

我们在使用win10操作系统的时候,部分IT袋的朋友可能在升级操作系统的时候遇到一些问题。那么对于win101809升级1909错误代码0x8007042b这个问题,小编觉得可能是因为我们系统内部出现了一些损坏,可以尝试在电脑的命令提示符中进行相关的代码操作即可。详细步骤就来看下小编是怎么做的吧~

win101809升级1909错误代码0x8007042b怎么解决

win101809升级1909错误代码0x8007042b怎么解决

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

C:\Windows\diagnostics\system\WindowsUpdate\DiagPackage.diagpkg

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

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

win101809升级1909错误代码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: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

相关阅读