Win11更新出现错误代码解决方法详解
这款软件的亮点还是蛮多的,内存小运行稳定,且不需额外收费,最近很多用户都在求助,Win11更新出现错误代码解决方法详解不会使用,下面给大家带来的详细教程,小伙伴们可以仔细看一看。
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. 运行系统文件检查器:打开命令提示符窗口(管理员权限),输入“sfc /scannow”命令并按Enter键。
7. 如果以上方法都无法解决问题,请尝试执行清空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