win102004更新卡在61%解決辦法
如果我們在為自己的系統(tǒng)更新安裝win102004版本的過程中,有的小伙伴們出現(xiàn)了win10版本2004的更新進(jìn)度卡在61%這種問題,小編覺得我們可以先檢查一下是不是自己系統(tǒng)網(wǎng)絡(luò)的原因,如果不是的話還可以查看下自己電腦的服務(wù)文件,刪掉舊的更新重新嘗試升級。詳細(xì)步驟就來看下小編是怎么做的吧~
win10版本2004更新進(jìn)度卡在61%方法一:
1、關(guān)閉Windows Update服務(wù)。——在搜索框或小娜中搜索“服務(wù)”
2、或輸入services.msc,回車,打開“服務(wù)”應(yīng)用,找到“Windows Update”,右鍵選擇“停止”。
3、刪除更新文件。
刪除路徑C:WindowsSoftwareDistributionDataStore和C:WindowsSoftwareDistributionDownload下的所有文件。
4、重新開啟Windows Update服務(wù)。——打開“服務(wù)”應(yīng)用,右鍵“Windows Update”選擇“啟動(dòng)”
5、再次嘗試檢查和安裝更新。
方法二:
您可到以下途徑,嘗試運(yùn)行 “DiagPackage.diagpkg”
C:WindowsdiagnosticssystemWindowsUpdateDiagPackage.diagpkg
方法三、
如果以上不行,試試按左下角的查找 》 Powershell (選擇 ISE) 》 右鍵 》 用管理員運(yùn)行 》 把以下拷貝到里面 》 運(yùn)行 》 運(yùn)行完后重啟電腦 》 然后再試試看?
$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常見問題
以上就是小編給各位小伙伴帶來的win102004更新卡在61%解決辦法的所有內(nèi)容,希望你們會喜歡。更多相關(guān)教程請收藏好吧啦網(wǎng)~
以上就是win102004更新卡在61%解決辦法的全部內(nèi)容,望能這篇win102004更新卡在61%解決辦法可以幫助您解決問題,能夠解決大家的實(shí)際問題是好吧啦網(wǎng)一直努力的方向和目標(biāo)。
相關(guān)文章:
1. 調(diào)整Win8系統(tǒng)時(shí)間為12小時(shí)制的方法教程2. Win7重裝系統(tǒng)忘記密碼解鎖Bitlocker加密怎么辦?3. Win10創(chuàng)建WiFi熱點(diǎn)時(shí)提示無法啟動(dòng)承載網(wǎng)絡(luò)如何解決?4. Win7無法加入Win10創(chuàng)建的家庭組的解決方法5. Win8電腦系統(tǒng)服務(wù)怎么打開?6. 手動(dòng)優(yōu)化 Windows 7系統(tǒng)服務(wù)清理方案7. Windows操作系統(tǒng)中IPVv6安全性的思考8. win7無法安裝ie10的原因分析及解決方案9. Windows7純凈版系統(tǒng)玩英雄聯(lián)盟lol出現(xiàn)游戲崩潰怎么解決?10. WinXP系統(tǒng)CF不能打開要寫入的文件怎么辦?
