Skip to content

Instantly share code, notes, and snippets.

@mikedamm
Created September 25, 2014 00:20
Show Gist options
  • Select an option

  • Save mikedamm/d0ef2291a3c4eecdc35a to your computer and use it in GitHub Desktop.

Select an option

Save mikedamm/d0ef2291a3c4eecdc35a to your computer and use it in GitHub Desktop.
Remove McAfee Endpoint Security for Mac without uninstall password
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
@ShadSterling

ShadSterling commented Jun 12, 2017

Copy link
Copy Markdown

I had to run sudo /usr/local/McAfee/uninstall EPM, as seen at https://kc.mcafee.com/corporate/index?page=content&id=KB88461, before running any of the commands given here.

@danilodequeiroz

Copy link
Copy Markdown

Will the sysadmin notice of the lack of the endpoint security client with any method?

@ssstonebraker

Copy link
Copy Markdown

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.

@rayscan

rayscan commented Dec 18, 2020

Copy link
Copy Markdown

If you are having trouble and getting "permission denied", before trying to remove anything try running /usr/local/McAfee/fmp/bin/fmp stop

@lwwnet

lwwnet commented Jun 10, 2023

Copy link
Copy Markdown

this is a lifesaver.

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