Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarqueIV/e33303de44514df4fc7d0c78e509aefe to your computer and use it in GitHub Desktop.
Save MarqueIV/e33303de44514df4fc7d0c78e509aefe 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
@MarqueIV
Copy link
Author

Only forking in case the original goes dormant.

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