我们在使用win10操作系统的时候,有的小伙伴可能在升级操作系统的时候遇到一些问题。那么对于win101809升级1909错误代码0x8007042b这个问题,小编觉得可能是因为我们系统内部出现了一些损坏,可以尝试在电脑的命令提示符中进行相关的代码操作即可。详细步骤就来看下小编是怎么做的吧~
【win101909常见问题汇总】
1.可到以下途径,尝试运行 “DiagPackage.diagpkg”
C:\Windows\diagnostics\system\WindowsUpdate\DiagPackage.diagpkg
2.如果以上不行,试试按查找Powershell(选择 ISE)右键用管理员运行把以下拷贝到里面
运行运行完后重启电脑然后再试试看
$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."
以上就是小编给各位小伙伴带来的win101809升级1909错误代码0x8007042b怎么解决的所有内容,希望你们会喜欢。更多相关教程请收藏电脑技术网 Tagxp.com~
我们在共享计算机的时候,可能会出现错误代码0x800704cf 不能访......
阅读安卓手机拥有着非常庞大的用户群,用户们用久了安卓手机会发......
阅读魔武无限战士中期装备选择建议,魔武无限战士中期装备选择什么......
阅读近日有一些小伙伴咨询小编seetong怎么升级设备?下面就为大家带......
阅读小伙伴们知道学习通如何查看草稿箱吗?今天小编就来讲解学习通......
阅读电脑找不到录音设备怎么办 win7系统电脑显示无法找到录音设备解决方法...
次阅读
近日有Windows7纯净版系统系统用户来抱怨,每次电脑重启都得点开始,再点重启,每次都很麻烦,对于这个问题有没...
次阅读
众所周知,win11对于电脑硬件配置的要求比较高,那么除了人们熟知的cpu、tpm2.0外,win11对显卡有要求吗,其实是有的,不过要求相对来说比较低。...
次阅读
我们在使用win10系统的时候,可能会遇到出现文件代码,以及错误代码0xc000007b的情况,并提示你的电脑/设备需要修复,这说明我们的电脑缺少了上面标出的这个文件,只要将它重新安装就可以...
次阅读
我们在使用win010操作系统的时候,有些情况下如果丢失了ntldr文件导致系统无法开机,对于这种情况如果想要快速解决,小编觉得可以尝试进入电脑的pe系统,找到相关的引导修复选项直接进入...
次阅读
win10是一款非常优秀的电脑系统,但有时候也会出现文件错误,今天小编为大家带来的就是msvcp110.dll丢失的解决方法!感兴趣的话就快来看看吧。...
次阅读
不少的小伙伴在win102004版本刚出来的时候就进行了更新,因此也遇到了不少的问题最常见的就是显卡驱动总是报错,今天就为你们带来了解决的方法一起看看吧。...
次阅读
有用户想使用word文档办公,但是发现自己电脑里没有word,所以想知道win11没有word文档怎么办,其实只要下载一个word就可以了。...
次阅读
我们在使用安装了win10操作系统的电脑的时候,有的小伙伴发现我们日常的使用过程中电脑经常会出现死机蓝屏,没办法开机进入系统的的情况。对于这种问题小编觉得可能是因为我们电脑的系...
次阅读
最近许多的小伙伴在win10上玩无主之地3的时候都遇到了问题,在启动的时候点击了却没有反应打不开,那么这种情况该怎么解决呢?下面就来看看解决方法吧。...
次阅读
常态的更新和升级电脑之后,有很多的用户遇到了开机密码不对的情况,为此我们带来了win10更新后开机密码不对解决方法,其实这个密码是进入高级保护状态的密码,不是原来的密码哦。...
次阅读
win10设置不运行指定的Windows应用程序可以为用户带来更加方便,安全的软件启动设置,可以把不想运行的软件设置,软件就会打不开了,下面来看看详细的设置方法吧。...
次阅读
最近有不少用户都尝试升级win11系统,但是出现了升级一直卡在加载中的问题,这可能是因为我们没有选择合适的启动方式,需要重新进入bios设置进行设置,下面就一起来看一下具体的解决方法...
次阅读
win10的睡眠功能能够在我们长时间离开电脑又不关机的情况下保护屏幕和系统不会浪费资源。但是如果我们不需要长时间离开电脑,并且不用的时候就关机,那我们就可以关闭睡眠功能,反而可...
次阅读
win10系统中的edge浏览器非常的好用不过许多小伙伴也遇到了打不开的情况,而影响了使用的体验,下面就为你们大家带来了详细的解决方法一起来看看吧。...
次阅读