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”選擇“啟動”
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. Win11 USB接口不能用怎么辦? Win11電腦USB接口沒反應(yīng)的解決辦法2. 收到Win11推送了嗎?微軟要對Win11首個正式版強(qiáng)制升級了!3. 統(tǒng)信UOS怎么增加刪除字體? UOS系統(tǒng)添加移除字體的技巧4. mac文本怎么添加快捷短語? mac電腦添加快捷文本短語的技巧5. 樹莓派64位系統(tǒng)安裝libjasper-dev顯示無法定位軟件包問題6. 請盡快升級: Ubuntu 18.04 LTS 和 Linux Mint 19.x 發(fā)行版將于 4 月停止支持7. 蘋果macOS Ventura 13.3 首個 Public Beta 測試版本發(fā)布8. 微軟規(guī)劃提升 Win10 / Win11圖形和音頻驅(qū)動質(zhì)量9. 關(guān)于linux(ubuntu 18.04) 中idea操作數(shù)據(jù)庫失敗的問題10. Ubuntu 20.04.2 發(fā)布,包括中國版的優(yōu)麒麟
