Jump to content

Detect antivurs


Recommended Posts

Hello everyone I'm looking for a code that will tell me if any of the computers in my domain have an antivirus installed, I will run this check through Active Directory but I have no idea how to make autoit check if any antivirus is present or not

Please Help

Edited by pirumpi
Link to comment
Share on other sites

Have a look at FileExists in the helpfile

Obviously alter it to a specific folder of exe that will be present for the AV

e.g from helpfile

If FileExists("C:\autoexec.bat") Then
    MsgBox(4096, "C:\autoexec.bat File", "Exists")
Else
    MsgBox(4096,"C:\autoexec.bat File", "Does NOT exists")
EndIf

There probably are things for this in the Active Directory UDF

Chimaera

Edited by Chimaera
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...