win102004更新卡在61%解決辦法
如果我們在為自己的系統更新安裝win102004版本的過程中,有的小伙伴們出現了win10版本2004的更新進度卡在61%這種問題,小編覺得我們可以先檢查一下是不是自己系統網絡的原因,如果不是的話還可以查看下自己電腦的服務文件,刪掉舊的更新重新嘗試升級。詳細步驟就來看下小編是怎么做的吧~
win10版本2004更新進度卡在61%方法一:
1、關閉Windows Update服務。——在搜索框或小娜中搜索“服務”
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. Mac版steam錯誤代碼118怎么解決?Mac版steam錯誤代碼118解決教程2. Win10提示0x80073712如何解決?win10更新失敗0x80073712的解決方法3. Win10開機卡頓這么回事?Win10電腦開機卡頓響應緩慢的解決方法4. Win10怎么設置自動更新地圖?win10設置自動更新地圖的技巧5. 普通電腦怎么裝Win10和黑蘋果雙系統?6. Win10升級Win11綠屏錯誤代碼invalid_data_access_trap怎么辦?7. 鼠標怎么設置為左手? deepin20左手鼠標設置方法8. Windows電腦要按哪個鍵才能設置U盤啟動?9. Win11加密功能怎么添加到右鍵菜單? Win11加密解密右鍵快捷添加方法10. Win10開始菜單變成灰色怎么處理?開始菜單變灰解決方法
