Skip to content

Instantly share code, notes, and snippets.

@free5ty1e
Forked from pjobson/remove_mcafee.md
Created November 20, 2016 09:25
Show Gist options
  • Save free5ty1e/eb1d9bedd0237e27696051b24771a4f5 to your computer and use it in GitHub Desktop.
Save free5ty1e/eb1d9bedd0237e27696051b24771a4f5 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