Win11更新出現(xiàn)錯誤代碼解決方法詳解
這款軟件的亮點還是蠻多的,內存小運行穩(wěn)定,且不需額外收費,最近很多用戶都在求助,Win11更新出現(xiàn)錯誤代碼解決方法詳解不會使用,下面給大家?guī)淼脑敿毥坛蹋』锇閭兛梢宰屑毧匆豢础?
1. 檢查您的網絡連接,確保您的設備已連接到可靠的網絡。
2. 關閉所有正在運行的第三方防病毒軟件或防火墻程序。
3. 確認您的設備已安裝了最新的更新和驅動程序。
4. 清空Windows Update緩存:打開命令提示符窗口(管理員權限),輸入以下命令并按Enter鍵:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5. 運行Windows Update故障排除工具:打開設置應用程序,選擇“更新和安全”,點擊“故障排除”選項卡,然后運行“Windows Update故障排除工具”。
6. 運行系統(tǒng)文件檢查器:打開命令提示符窗口(管理員權限),輸入“sfc /scannow”命令并按Enter鍵。
7. 如果以上方法都無法解決問題,請嘗試執(zhí)行清空reset Windows Update組件的操作:打開命令提示符窗口(管理員權限),輸入以下命令并按Enter鍵:
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" cd /d %windir%\system32 regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe browseui.dll regsvr32.exe jscript.dll regsvr32.exe vbscript.dll regsvr32.exe scrrun.dll regsvr32.exe msxml.dll regsvr32.exe msxml3.dll regsvr32.exe msxml6.dll regsvr32.exe actxprxy.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe oleaut32.dll regsvr32.exe ole32.dll regsvr32.exe shell32.dll regsvr32.exe initpki.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll regsvr32.exe qmgr.dll regsvr32.exe qmgrprxy.dll regsvr32.exe wucltux.dll regsvr32.exe muweb.dll regsvr32.exe wuwebv.dll netsh winsock reset netsh winsock reset proxy net start bits net start wuauserv net start appidsvc net start cryptsvc