手把手教你如何更新win10 2004版本
微软现在推出了最新的操作系统win10 2004版,很多人都很喜欢,但是很多人不知道怎么升级更新自己的系统。今天我来教大家怎么把系统更新成win10 2004版。
更新日期:2025-01-04
来源:系统之家
最近微软开了win10 2004版更新,好多人都升级到最新系统了,可是有些人的电脑在更新到49%就卡住了,怎么办呢?今天咱们就来看看怎么更新win10 2004版,卡在49%的时候怎么操作。
解决方法一:
第一个方法我们耐心等待,看看在网络正常的情况下,耐心的多等待一会,时间过长有可能可以解决,如果解决不了,则看看方法二。
解决方法二:
1、win10 系统电脑开机之后,敲击键盘上的“Win + X”组合键,选择“Windows PowerShell(管理成员)”。
2、在打开的PowerShell对话框里复制下面的程序码,之后敲击回车键:
$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."
3、接着重新启动电脑。
4、最后运行Windows Update就可以正常运行了。
这就是解决win10 2004版更新卡在49%的解决步骤,是不是很简单呢?如果使用这个步骤解决了,用户朋友记得关注本站官网哦。
手把手教你如何更新win10 2004版本
微软现在推出了最新的操作系统win10 2004版,很多人都很喜欢,但是很多人不知道怎么升级更新自己的系统。今天我来教大家怎么把系统更新成win10 2004版。
如何更新下载win10 2004原版ISO镜像
好多人都觉得 Win10 2004 版系统特别好用,想试试看,但又不知道怎么下载。今天我就来教大家怎么在哪儿找 Win10 2004 原版 ISO 镜像。不过呢,微软公司要到 2020 年 5 月之后才会正式发布这个版本,等到正式推出了,你们就可以按照我说的方法来升级系统啦!
如何解决win10 2004系统键盘失灵
不知道你们用 win10 2004 版本的电脑有没有遇到过键盘失灵的情况啊?如果遇到这种情况,不知道该怎么办吧。别担心,我这里有两个解决 win10 2004 版本系统键盘失灵的方法,给你们分享一下。
Win10 2004只为OEM提供64位版本
微软公司说要慢慢停止支持win10的32位版本啦!从win10 2004开始,微软就不给开发者和电脑厂商做32位的win10系统了。以后新出的电脑也不会有32位的win10系统了哦。这个消息在windows 10的最低硬件要求文档里都写得明明白白的。
Win10v2004五月更新正式版ISO下载
5月12号,微软公司今年发布的第一个正式版 Windows 10 v2004(五月更新)已经到了 MSDN 啦,让开发者可以先玩一玩了!
win10 2004版系统发布时间
听说微软要出win10的2004版本啦,也就是2020年的windows10五月更新。为啥叫2004版本,不叫2003呢?因为怕跟Windows Server 2003搞混啊!
如何解决win10系统更新2004版蓝屏重启
嗨,大家好!今天我来给大家分享一个关于Win10更新的问题。如果在更新2004版时遇到蓝屏重启的情况,该怎么办呢?不用担心,我们可以用命令提示符来修复,或者进入安全模式,具体操作方法我会在下面详细讲解哦。
如何解决win10 2004版驱动冲突
如果你的朋友在用win10 2004系统,遇到驱动冲突的问题,可以试试用第三方软件来修复,或者升级更新驱动或重新安装驱动。我下面会告诉你怎么解决win10 2004的驱动冲突问题。
win10 2004版本系统在哪里免费下载
自从微软公司发布win10操作系统后,相信会有很多小伙伴关注这个新版本号。现在微软已经更新到2004版win10。但关于win102004的系统在哪里免费下载,还有许多人不知道。所以小编觉得我们可以在
Win10 2004版本怎么样?Win10 2004和Win10 1909比哪个更好?
Win10 2004系统和Win10 1909系统哪个好用?微软在去年下半年即将发布的Win10 1909正式版是小版本更新,不会有很大的功能上的改变。Win10的下一个主要发行版Win10 2004即将推出,正式命名2020年5月更新。那么Win10 2004和Win10 1909系统哪个更好呢?接下来小编