G
Guest
Is there any way I can have a C# program check to see if Anti-Virus software is installed using the same methods that the Windows XP SP2 security center checks. I'm writing a program that verifys a user has anti-virus software installed and running before allowing the user to proceed. If I can avoid having to re-write all the code and just hook into the Windows security center that would make my job much easier. Is this possible?