久久人人玩人妻潮喷内射人人-无码少妇一区二区三区-欧美~日韩~国产~中文字幕-性xxxxfreexxxxx欧美丶

系統軟件園 - 專注分享最好的電腦系統軟件!免費安全下載 系統軟件園首頁 | Win7激活工具 | 熱門專題
系統軟件園>您的位置:首頁 > > 系統教程 > Win10系統教程 >

win10更新KB4522355補丁失敗 0x80070246 錯誤代碼解決方法

更新時間:2019-10-29 13:56:06| 編輯:本站整理 | 信息來源:本站整理|瀏覽數:
在win10系統中更新KB4522355補丁遇到了更新失敗的問題,出現了錯誤代碼:0x80070246 的錯誤提示,該如何解決呢?本文中winwin7小編給大家分享介紹一下關于win10更新KB4522355補丁失敗 0x80070246更新失敗的解決方法,通過下面方法操作修復后確保網絡通暢就可以完美完成更新!

win10更新KB4522355補丁失敗 0x80070246 錯誤代碼修復方法


1、您可到以下途徑,嘗試運行 “DiagPackage.diagpkg” 

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

2、如果以上不行,試試按查找 powershell》 右鍵 》 用管理員運行 》 把以下代碼復制起來拷貝到里面www.b2891.cn運行:

$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." 

操作完成后重啟一次系統,并確保網絡通暢,再次進行更新,如果網絡不通暢可以過一段時間在進行更新,或者自己手動下載補丁包進行安裝更新升級!
win10更新KB4522355補丁失敗 0x80070246 錯誤代碼解決方法

以上便事winwin7小編給大家分享的win10更新KB4522355補丁失敗 0x80070246 錯誤代碼解決方法!

返回頂部


系統軟件園發布的系統鏡像及軟件均來至互聯網,僅供學習和研究使用,不得用于任何商業用途并請在下載后24小時內刪除,如果滿意請聯系版權方購買。
如果您發現本站侵害了您的版權,請立即聯系我們,本站將第一時間進行相關處理。聯系方式(見首頁)
版權聲明|下載聲明 Copyright @ 2016 系統軟件園

主站蜘蛛池模板: 富民县| 兴仁县| 泗阳县| 苍梧县| 梁山县| 麻栗坡县| 邳州市| 佛教| 昌都县| 铜梁县| 芦山县| 剑河县| 芦溪县| 连南| 康保县| 调兵山市| 晋江市| 兰西县| 保山市| 陆河县| 北海市| 钟祥市| 东方市| 三门县| 滦平县| 会宁县| 梁河县| 台中县| 修文县| 鹿邑县| 永定县| 乌拉特中旗| 沙坪坝区| 秭归县| 石渠县| 登封市| 象山县| 阿拉善盟| 宁蒗| 黔西| 阳朔县|