Skip to content

Instantly share code, notes, and snippets.

@tapickell
Forked from pjobson/remove_mcafee.md
Last active August 25, 2015 20:00
Show Gist options
  • Save tapickell/a62a6c36b1f3026b4bec to your computer and use it in GitHub Desktop.
Save tapickell/a62a6c36b1f3026b4bec to your computer and use it in GitHub Desktop.
OSX McAfee Removal
launchctl stop com.mcafee.menulet
launchctl stop com.mcafee.reporter
launchctl remove com.mcafee.menulet
launchctl remove com.mcafee.reporter
sudo su -
launchctl stop com.mcafee.virusscan.fmpd
launchctl stop com.mcafee.ssm.ScanManager
launchctl stop com.mcafee.virusscan.ssm.ScanFactory
launchctl stop com.mcafee.ssm.Eupdate
launchctl remove com.mcafee.virusscan.fmpd
launchctl remove com.mcafee.ssm.ScanManager
launchctl remove com.mcafee.virusscan.ssm.ScanFactory
launchctl remove com.mcafee.ssm.Eupdate
find / -name "com.mcafee*" -exec rm {} \; -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment