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
I would like to write a program in which i could send my binaries through tcp but i don't know how can you please send me and example of that program that you were talking about
You could use InetGet to download the image to the computer that your GUI is runnig something like
if FileExist("image") Then
Else
InetGet("url_images","GUI files Location")
Endif