解决WIN10系统更新2004版本卡在49%不动的方法步骤

时间:2023-04-09 11:01:12 

当我们想要将自己正在使用的win10操作系统升级更新到win102004版本的话,对于在更新的过程中出现的WIN10系统更新2004版本卡在49%一直不动的情况,小编觉得我们可以先检查一下自己的网络,如果没有问题还有可以在管理员权限下使用命令提示符来修复。详细内容就来看下小编是怎么做的吧~

解决WIN10系统更新2004版本卡在49%不动的方法步骤

【win10 2004常见问题】

WIN10系统更新2004版本卡在49%

可能是因为您的更新组件有缺失的情况。

请您尝试下方方法,手动注册Windows Update组件:

1.同时按【Win+X】键,点选【Windows PowerShell(管理员)】

2.拷贝下方的程序码到刚打开的PowerShell里面,按回车

解决WIN10系统更新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系统更新2004版本卡在49%
0
投稿

猜你喜欢

  • win101903和1809区别在哪_win101903和1809区别哪个稳定的点评

    2023-12-05 16:58:00
  • 怎么在及时会视频会议切换语言?及时会视频会议切换语言的方法

    2023-05-03 20:16:35
  • avgnt.exe是安全的进程吗 avgnt是什么进程

    2023-07-16 02:37:08
  • Parallels Desktop 16 for M1更新!附arm win10资源地址

    2023-11-12 15:11:11
  • 玩转放大镜快捷键 win7生活精彩不停

    2023-12-12 03:22:45
  • 打印机总是显示缺纸怎么办?打印机老是显示缺纸的解决方法

    2022-12-27 04:37:07
  • 电脑无法输入任何东西怎么办

    2022-09-06 03:50:38
  • 好装机一键重装系统Win7教程

    2022-03-26 15:11:29
  • Win7提示应用程序正常初始化“0xc0000135”失败怎么办?

    2023-07-14 19:17:14
  • excel图表是怎么合并多个工作簿中的数据

    2022-12-28 18:06:19
  • win10搜索框如何设置百度搜索_win10搜索框设置百度搜索方法

    2022-05-08 10:53:51
  • Win11怎么优化硬盘?Win11优化硬盘方法

    2022-05-07 04:19:39
  • PPT怎么画电视机屏幕?

    2023-11-15 14:09:37
  • Win10系统机械硬盘如何提速?

    2023-11-12 16:25:52
  • win10如何卸载软件?win10卸载软件的方法

    2023-11-08 09:34:07
  • Win10如何修改电脑用户名?

    2023-06-10 15:44:06
  • Excel2013中如何快速定位空单元格并输入内容?

    2022-03-22 07:49:50
  • Win10怎么创建儿童账户?win10添加儿童账户并管理的技巧

    2022-05-18 05:27:41
  • easy gif animator如何裁剪动图的局部区域

    2023-03-15 03:41:31
  • 如何往Excel2013单元格快速插入特殊符号

    2023-01-20 03:39:19
  • asp之家 电脑教程 m.aspxhome.com