win102004更新卡在61%解決辦法
如果我們在為自己的系統更新安裝win102004版本的過程中,有的小伙伴們出現了win10版本2004的更新進度卡在61%這種問題,小編覺得我們可以先檢查一下是不是自己系統網絡的原因,如果不是的話還可以查看下自己電腦的服務文件,刪掉舊的更新重新嘗試升級。詳細步驟就來看下小編是怎么做的吧~
win10版本2004更新進度卡在61%方法一:
1、關閉Windows Update服務?!谒阉骺蚧蛐∧戎兴阉鳌胺铡?/p>
2、或輸入services.msc,回車,打開“服務”應用,找到“Windows Update”,右鍵選擇“停止”。
3、刪除更新文件。
刪除路徑C:WindowsSoftwareDistributionDataStore和C:WindowsSoftwareDistributionDownload下的所有文件。
4、重新開啟Windows Update服務。——打開“服務”應用,右鍵“Windows Update”選擇“啟動”
5、再次嘗試檢查和安裝更新。
方法二:
您可到以下途徑,嘗試運行 “DiagPackage.diagpkg”
C:WindowsdiagnosticssystemWindowsUpdateDiagPackage.diagpkg
方法三、
如果以上不行,試試按左下角的查找 》 Powershell (選擇 ISE) 》 右鍵 》 用管理員運行 》 把以下拷貝到里面 》 運行 》 運行完后重啟電腦 》 然后再試試看?
$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%解決辦法的所有內容,希望你們會喜歡。更多相關教程請收藏好吧啦網~
以上就是win102004更新卡在61%解決辦法的全部內容,望能這篇win102004更新卡在61%解決辦法可以幫助您解決問題,能夠解決大家的實際問題是好吧啦網一直努力的方向和目標。
相關文章:
1. Windows 8 Build 7867截圖曝光 IE9 RC現身2. 華碩STRIX S7VI筆記本怎么安裝win7系統 安裝win7系統方法說明3. MacOS系統取消應用自動啟動的方法4. Linux Mint系統背景圖片怎么更換? Linux更換桌面背景的技巧5. deepin20默認瀏覽器怎么設置? deepin添加默認瀏覽器的技巧6. freebsd用法配置匯總7. 電腦systeminfo命令打不開提示systeminfo.exe丟失怎么辦?8. Win10 21H1正式版安裝教程以及官方ISO鏡像下載9. 樹莓派64位系統安裝libjasper-dev顯示無法定位軟件包問題10. centos6.5配置靜態IP時BCAST不能設置的解決方法