Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save steveswing/3e98d8f4bfabecced1e8ed5dd0ab9332 to your computer and use it in GitHub Desktop.
Save steveswing/3e98d8f4bfabecced1e8ed5dd0ab9332 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 -s
cd /usr/local/McAfee/
./uninstall EPM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment