Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isopropylcyanide/c076028a017f1b9a8e84966f58850208 to your computer and use it in GitHub Desktop.
Save isopropylcyanide/c076028a017f1b9a8e84966f58850208 to your computer and use it in GitHub Desktop.
Disable McAffee Endpoint Protection OSX

Method 1

sudo /usr/local/McAfee/AntiMalware/VSControl stopoas

alternatively

sudo defaults write /Library/Preferences/com.mcafee.ssm.antimalware.plist OAS_Enable -bool False
sudo /usr/local/McAfee/AntiMalware/VSControl stop
sudo /usr/local/McAfee/AntiMalware/VSControl reload

Or completely uninstall:

sudo /Library/McAfee/cma/scripts/uninstall.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment