请注意:本页内容发布于 2113 天前,内容可能已经过时,请注意甄别。
情况说明:
在Windows 7 x64下,使用Windows Update进行系统更新时,无法安装Windows Defender恶意软件定义的相关更新,始终返回8050800C错误。此时,直接打开Windows Defender对定义进行更新时,也会报错无法更新。
解决方法:
1、将以下内容保存为批处理文件,并以管理员模式运行:
@echo off
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvcDel “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
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)
cd /d %windir%\system32
regsvr32.exe atl.dll /s
regsvr32.exe urlmon.dll /s
regsvr32.exe mshtml.dll /s
regsvr32.exe shdocvw.dll /s
regsvr32.exe browseui.dll /s
regsvr32.exe jscript.dll /s
regsvr32.exe vbscript.dll /s
regsvr32.exe scrrun.dll /s
regsvr32.exe msxml.dll /s
regsvr32.exe msxml3.dll /s
regsvr32.exe msxml6.dll /s
regsvr32.exe actxprxy.dll /s
regsvr32.exe softpub.dll /s
regsvr32.exe wintrust.dll /s
regsvr32.exe dssenh.dll /s
regsvr32.exe rsaenh.dll /s
regsvr32.exe gpkcsp.dll /s
regsvr32.exe sccbase.dll /s
regsvr32.exe slbcsp.dll /s
regsvr32.exe cryptdlg.dll /s
regsvr32.exe oleaut32.dll /s
regsvr32.exe ole32.dll /s
regsvr32.exe shell32.dll /s
regsvr32.exe initpki.dll /s
regsvr32.exe wuapi.dll /s
regsvr32.exe wuaueng.dll /s
regsvr32.exe wuaueng1.dll /s
regsvr32.exe wucltui.dll /s
regsvr32.exe wups.dll /s
regsvr32.exe wups2.dll /s
regsvr32.exe wuweb.dll /s
regsvr32.exe qmgr.dll /s
regsvr32.exe qmgrprxy.dll /s
regsvr32.exe wucltux.dll /s
regsvr32.exe muweb.dll /s
regsvr32.exe wuwebv.dll /snetsh winsock reset
netsh winhttp reset proxynet start bits
net start wuauserv
net start appidsvc
net start cryptsvcwuauclt /Updatenow
2、手动从这里下载对应本机系统版本的Windows Defender的最新定义库进行安装。注意:下载的文件运行后没有任何提示,是正常现象。
3、手动从这里下载对应本机系统版本的KB3177467补丁进行安装。
4、手动从这里下载Windows Update疑难解答程序并运行,等待其跑完。
5、运行完以上所有步骤后,重新启动计算机。
6、打开控制面板中的Windows Update,并重复多次检查更新,直至没有任何更新可用为止。
批处理第6行双引号错误,应为半角引号
已修正,感谢指出。
邮件乱填的,楼主就不要在意了~~~~~在楼主这里看到8050800C错误的解决方法,试试先,不管行不行,总之谢谢楼主了~~~~
成功解决了我的问题,点赞。
为啥找不到适合我电脑系统的补丁啊
采取方法2,感谢已经解决