win102004更新卡在61%解決辦法
如果我們?cè)跒樽约旱南到y(tǒng)更新安裝win102004版本的過程中,有的小伙伴們出現(xiàn)了win10版本2004的更新進(jìn)度卡在61%這種問題,小編覺得我們可以先檢查一下是不是自己系統(tǒng)網(wǎng)絡(luò)的原因,如果不是的話還可以查看下自己電腦的服務(wù)文件,刪掉舊的更新重新嘗試升級(jí)。詳細(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)容,希望你們會(huì)喜歡。更多相關(guān)教程請(qǐng)收藏好吧啦網(wǎng)~
以上就是win102004更新卡在61%解決辦法的全部內(nèi)容,望能這篇win102004更新卡在61%解決辦法可以幫助您解決問題,能夠解決大家的實(shí)際問題是好吧啦網(wǎng)一直努力的方向和目標(biāo)。
相關(guān)文章:
1. 國產(chǎn)統(tǒng)一操作系統(tǒng)uos怎么安裝? uos操作系統(tǒng)安裝步驟2. Win10記事本被卸載了怎么恢復(fù)?3. Win10打開Vmware就藍(lán)屏怎么辦?4. Win11系統(tǒng)安裝不了是怎么回事?Win11系統(tǒng)安裝不了是什么原因?5. windows10旗艦版多少錢6. win7系統(tǒng)怎么更改電腦的鎖屏?xí)r間?7. 怎樣禁止Win7系統(tǒng)IE瀏覽器自動(dòng)啟動(dòng)程序?禁止Win7系統(tǒng)IE瀏覽器自動(dòng)啟動(dòng)程序的方法介紹8. Win10系統(tǒng)怎么開啟放大鏡功能?Win10系統(tǒng)開啟放大鏡功能操作方法9. Win11卓越模式有什么用?Win11卓越模式詳細(xì)介紹10. Win11提示顯卡驅(qū)動(dòng)安裝出現(xiàn)未知錯(cuò)誤的解決方法
