hi,
I'm developing a c++ windows application, and at some point in my program I need to scan some files for viruses.
Is there a way to detect which anti-virus is installed on the local machine in order to launch it programatically?
Hi,
Maybe you could see in the registry wich program is fired at startup (HKey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Run\...) and the search a known AntiVirus.
It is a little bit "dirty" but it should work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.