久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決

瀏覽:99日期:2023-04-22 17:13:49

我們?cè)谑褂脀in10操作系統(tǒng)的時(shí)候,有的小伙伴可能在升級(jí)操作系統(tǒng)的時(shí)候遇到一些問(wèn)題。那么對(duì)于win101809升級(jí)1909錯(cuò)誤代碼0x8007042b這個(gè)問(wèn)題,小編覺(jué)得可能是因?yàn)槲覀兿到y(tǒng)內(nèi)部出現(xiàn)了一些損壞,可以嘗試在電腦的命令提示符中進(jìn)行相關(guān)的代碼操作即可。詳細(xì)步驟就來(lái)看下小編是怎么做的吧~

win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決

【win101909常見(jiàn)問(wèn)題匯總】

win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決

1.可到以下途徑,嘗試運(yùn)行 “DiagPackage.diagpkg”

C:WindowsdiagnosticssystemWindowsUpdateDiagPackage.diagpkg

2.如果以上不行,試試按查找>Powershell(選擇 ISE)>右鍵>用管理員運(yùn)行>把以下拷貝到里面

運(yùn)行>運(yùn)行完后重啟電腦>然后再試試看

win101809升級(jí)1909錯(cuò)誤代碼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

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.'

以上就是小編給各位小伙伴帶來(lái)的win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決的所有內(nèi)容,希望你們會(huì)喜歡。更多相關(guān)教程請(qǐng)收藏好吧啦網(wǎng)~

以上就是win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決的全部?jī)?nèi)容,望能這篇win101809升級(jí)1909錯(cuò)誤代碼0x8007042b怎么解決可以幫助您解決問(wèn)題,能夠解決大家的實(shí)際問(wèn)題是好吧啦網(wǎng)一直努力的方向和目標(biāo)。

標(biāo)簽: Windows系統(tǒng) win10
相關(guān)文章:
主站蜘蛛池模板: 体育| 司法| 淮北市| 孟连| 寻乌县| 新宁县| 桐城市| 永兴县| 尚义县| 舟曲县| 邳州市| 临泽县| 鹤岗市| 鄯善县| 肥西县| 威信县| 抚松县| 象州县| 勐海县| 沁阳市| 尼玛县| 花莲市| 伊春市| 鄂尔多斯市| 远安县| 大渡口区| 阳曲县| 基隆市| 宁河县| 柯坪县| 湾仔区| 靖州| 邵阳市| 大石桥市| 怀安县| 双桥区| 苏尼特右旗| 洞头县| 仲巴县| 汝阳县| 贵德县|