Created
September 25, 2014 00:20
-
-
Save mikedamm/d0ef2291a3c4eecdc35a to your computer and use it in GitHub Desktop.
Remove McAfee Endpoint Security for Mac without uninstall password
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
rm -f /Library/LaunchAgents/com.mcafee.menulet.plist | |
rm -f /Library/LaunchAgents/com.mcafee.reporter.plist | |
rm -f /Library/LaunchDaemons/com.mcafee.ssm.Eupdate.plist | |
rm -f /Library/LaunchDaemons/com.mcafee.ssm.ScanFactory.plist | |
rm -f /Library/LaunchDaemons/com.mcafee.virusscan.fmpd.plist | |
rm -rf /Library/Application\ Support/McAfee | |
rm -rf /usr/local/McAfee | |
shutdown -r now |
Will the sysadmin notice of the lack of the endpoint security client with any method?
It depends if the sysadmin is running a report and looking for machines without it. If you have an environment that has good IT hygiene it will probably just get installed again by JAMF or whatever manages your devices.
If you are having trouble and getting "permission denied", before trying to remove anything try running /usr/local/McAfee/fmp/bin/fmp stop
this is a lifesaver.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will the sysadmin notice of the lack of the endpoint security client with any method?