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

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

WIN10系統(tǒng)更新2004版本卡在49%

瀏覽:65日期:2023-04-18 13:27:12

當(dāng)我們想要將自己正在使用的win10操作系統(tǒng)升級更新到win102004版本的話,對于在更新的過程中出現(xiàn)的WIN10系統(tǒng)更新2004版本卡在49%一直不動的情況,小編覺得我們可以先檢查一下自己的網(wǎng)絡(luò),如果沒有問題還有可以在管理員權(quán)限下使用命令提示符來修復(fù)。詳細(xì)內(nèi)容就來看下小編是怎么做的吧~

WIN10系統(tǒng)更新2004版本卡在49%

【win10 2004常見問題】

WIN10系統(tǒng)更新2004版本卡在49%

可能是因為您的更新組件有缺失的情況。

請您嘗試下方方法,手動注冊Windows Update組件:

1.同時按【W(wǎng)in+X】鍵,點選【W(wǎng)indows PowerShell(管理員)】

2.拷貝下方的程序碼到剛打開的PowerShell里面,按回車

WIN10系統(tǒng)更新2004版本卡在49%

3.忽略紅字錯誤,重啟電腦

4.運行Windows Update

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

以上就是小編給各位小伙伴帶來的WIN10系統(tǒng)更新2004版本卡在49%的所有內(nèi)容,希望你們會喜歡。更多相關(guān)教程請收藏好吧啦網(wǎng)~

以上就是WIN10系統(tǒng)更新2004版本卡在49%的全部內(nèi)容,望能這篇WIN10系統(tǒng)更新2004版本卡在49%可以幫助您解決問題,能夠解決大家的實際問題是好吧啦網(wǎng)一直努力的方向和目標(biāo)。

標(biāo)簽: Windows系統(tǒng) win10
相關(guān)文章:
主站蜘蛛池模板: 简阳市| 沽源县| 凤城市| 肥城市| 德保县| 水富县| 保山市| 宝丰县| 无锡市| 天津市| 宜川县| 岫岩| 原阳县| 柳林县| 泸州市| 潞城市| 蓬莱市| 静宁县| 沁源县| 慈溪市| 胶南市| 仁布县| 麦盖提县| 平湖市| 巧家县| 兴仁县| 军事| 房山区| 海林市| 瑞昌市| 上虞市| 柳林县| 广河县| 峨眉山市| 简阳市| 涟水县| 花莲县| 千阳县| 桐城市| 华宁县| 集安市|