Santhosh
Santhosh

Reputation: 6707

How to turn off McAfee programmatically

I am running McAfee VirusScan Enterprise 8.7i on my Windows 7 machine.

I am writing this utility to configure McAfee. Now how do I turn off McAfee programmatically (using C++ or C#)?

The only ways I can do it right now are:

Upvotes: 2

Views: 14525

Answers (2)

Tzedek Gilmore
Tzedek Gilmore

Reputation: 11

Right click on the VShield icon in the system tray and choose Manage features and the VirusScan Enterprise Double click on Access Protection to get to the properties Un-check the option for "Prevent McAfee services from being stopped" You should now be able to stop the McAfee services

Upvotes: 1

devio
devio

Reputation: 37215

I guess the point of virus scanners is that they CANNOT be switched off by other software (at least not easily)

Upvotes: 7

Related Questions