微软杀毒软件(MSE)杀毒工具出现无法更新
的有关信息介绍如下:微软推出的免费杀毒软件Microsoft Security Essentials(MSE)成为了不少朋友的杀毒工具,但是在实际使用中,也常常出现一些无法更新的问题。
无法更新对于杀毒软件就意味着风险,因此笔者今天为大家介绍2个可以解决MSE无法更新的方法。
第一种:
微软杀毒软件MSE不能升级,无法更新病毒库,错误代码是0x80070422。针对该代码0x80070422,微软的解释是要检查与启动以下三个服务:自动更新Automatic Updates(wuauserv)、Background Intelligent Transfer Service(BITS)、DCOM 服务器进程启动器(DcomLaunch),启动类型应设为“自动”。用命令,就是下面的内容:sc config wuauserv start= autosc config bits start= autosc config DcomLaunch start= autonet stop wuauservnet start wuauservnet stop bitsnet start bitsnet start DcomLaunch