命令行解決微(wēi)軟MSE免費殺軟無(wú)法更新
微軟推出的免(miǎn)費殺(shā)毒軟件Microsoft Security Essentials(MSE)成為了不少朋(péng)友的殺毒工具,但是在實際使用中,也常常出現一些無法更新的問題(tí)。
無法更新對於殺毒軟件就意味著風險,因此今天為大家介紹2個可以解(jiě)決MSE無法(fǎ)更新的方(fāng)法。
第一種:
微軟殺毒軟件MSE不能升級,無法更新病毒庫(kù),錯(cuò)誤代碼是0x80070422。針對該代碼0x80070422,微軟的解釋是要檢查與啟動(dòng)以(yǐ)下三個服務:自動更新Automatic Updates(wuauserv)、Background Intelligent Transfer Service(BITS)、DCOM 服務器進程啟動(dòng)器(DcomLaunch),啟動類型應設為“自動”。用命令,就是(shì)下麵的內容(róng):
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauservnet start wuauserv
net stop bits
net start bits
net start DcomLaunch
第二種(zhǒng):
我們可以通過控製台來完成更新,更(gèng)新進(jìn)程為MpCmdRun.exe,位於C:Program FilesMicrosoft Security Essentials目錄下。
運行-cmd,
cd C:Program FilesMicrosoft Security Essentials
MpCmdRun -SignatureUpdate
等帶提示完成後,MSE的(de)病毒庫即完成了更新。
關鍵詞:微軟(ruǎn)MSE
閱讀本文後您有什麽感想? 已有 人給出評價!
- 1
- 0
- 1
- 0
- 0
- 0