-
-
Save bashcoder/fa512a44e8cbb4a4db7b to your computer and use it in GitHub Desktop.
OSX McAfee Removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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