系统下载、安装、激活,就到系统家园来!

所在位置: 首页 — 系统文章 — win10系统教程

Win10专业版下Windows update检查更新失败咋办!

作者:系统家园 日期:2017-10-16

 

在windows 10操作系统中遇到了windows update检查更新失败的现象,该怎么办呢?win10操作系统一般都会自动检测更新,下载更新,十分方便。但是有网友遇到了windows update检查更新失败的现象,该怎么办呢?当我们在win10系统中遇到windows update检查更新失败的问题可按下面方法进行修复,具体操作方法如下:

 

方法一:

1、在Windows 徽标按钮单击鼠标右键,然后选择命令提示符 (管理员),如图:

 

Win10专业版下Windows update检查更新失败咋办!.jpg

 

2、打开命令提示符后,依次输入下面几行代码,输入一行按一下回车键:

 

net stop bits

net stop wuauserv

net stop appidsvc

net stop cryptsvc

 

3、接着继续在命令提示符中键入:Del"%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat"  按下回车键;

4、接着在命令提示符中继续输入下面两组命名,重命名 softare文件夹:

 

Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak

Ren %systemroot%system32catroot2 catroot2.bak

 

5、继续在命令行中键入下面两行代码,输入一行按一下回车键:

 

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)

 

步骤二:重新注册 BITS 文件和 Windows 更新文件

1、按下win+x 组合键打开超级菜单,点击命令提示符(管理员);

2、在命令提示符框中键入:cd /d %windir%system32

3、之后我们输入下列代码,直接把全部代码复制起来,粘贴到命令行中,在弹出的提示框中不停的按 回车键即可:

 

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

 

步骤三:重置Winsock

1、依旧打开命令提示符(管理员),在命令行中输入:netsh winsock reset 按下回车键即可;

 

步骤四:重新启动 BITS 服务、 Windows 更新服务和加密服务

1、在命令提示符中首先键入以下命令。请确保您在键入每条命令后按 enter 键:

 

net start bits

net start wuauserv

net start appidsvc

net start cryptsvc

 

步骤五:

1、安装最新的 Windows Update 组件,下载地址:https://support.microsoft.com/zh-cn/help/949104/how-to-update-the-windows-update-agent-to-the-latest-version

以上就是win10系统windows update检查更新失败的解决方法!