2017-02-26 147 views

回答

4

嘗試:使用此命令可以列出所有正在運行的殺毒軟件在您的系統。應該的Windows Vista工作,後來

wmic /node:localhost /namespace:\\root\SecurityCenter2 path AntiVirusProduct Get DisplayName | findstr /V /B /C:displayName || echo No Antivirus installed

Reference

+0

怎麼更新?例如,如果防病毒安裝,但需要更新才能正常工作 –

+0

任何使防病毒無法正常工作的東西,比如更新?或需要激活(許可) –

+2

大多數主要的防病毒公司都有監視工具來告訴您網絡中的計算機是否具有最新的防病毒軟件。 – Squashman

2

10(在這個時刻,我不能在其他版本的測試,但它應該爲Windows 7或更高版本至少工作)

wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get * /value 
2

你可以使用帶有findstr命令wmic命令

WMIC /Node:localhost /Namespace:\\root\SecurityCenter2 Path AntiVirusProduct Get displayName /Format:List