Skip to content

Instantly share code, notes, and snippets.

@bashcoder
Forked from pjobson/remove_mcafee.md
Created February 4, 2016 02:02
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 bashcoder/fa512a44e8cbb4a4db7b to your computer and use it in GitHub Desktop.
Save bashcoder/fa512a44e8cbb4a4db7b 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