pirumpi Posted July 23, 2011 Posted July 23, 2011 (edited) 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 July 23, 2011 by pirumpi
Chimaera Posted July 23, 2011 Posted July 23, 2011 (edited) 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 July 23, 2011 by Chimaera If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
sleepydvdr Posted July 26, 2011 Posted July 26, 2011 This may also be helpful (it is free): http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=16776 #include <ByteMe.au3>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now