Skip to content

Instantly share code, notes, and snippets.

@mikedamm
Created September 25, 2014 00:20
Show Gist options
  • Save mikedamm/d0ef2291a3c4eecdc35a to your computer and use it in GitHub Desktop.
Save mikedamm/d0ef2291a3c4eecdc35a to your computer and use it in GitHub Desktop.
Remove McAfee Endpoint Security for Mac without uninstall password
rm -f /Library/LaunchAgents/com.mcafee.menulet.plist
rm -f /Library/LaunchAgents/com.mcafee.reporter.plist
rm -f /Library/LaunchDaemons/com.mcafee.ssm.Eupdate.plist
rm -f /Library/LaunchDaemons/com.mcafee.ssm.ScanFactory.plist
rm -f /Library/LaunchDaemons/com.mcafee.virusscan.fmpd.plist
rm -rf /Library/Application\ Support/McAfee
rm -rf /usr/local/McAfee
shutdown -r now
@rayscan
Copy link

rayscan commented Dec 18, 2020

If you are having trouble and getting "permission denied", before trying to remove anything try running /usr/local/McAfee/fmp/bin/fmp stop

@lwwnet
Copy link

lwwnet commented Jun 10, 2023

this is a lifesaver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment