Skip to content

Instantly share code, notes, and snippets.

@brh55
Created January 26, 2018 15:56
Show Gist options
  • Save brh55/5906cd193c49053f78da1fb93fe22a74 to your computer and use it in GitHub Desktop.
Save brh55/5906cd193c49053f78da1fb93fe22a74 to your computer and use it in GitHub Desktop.
Stopping New McAffee Agent in Mac
sudo lsof -n -i4TCP:8081 # get the process' PID
sudo launchctl list | grep 5693 # find the launchd endpoint
sudo launchctl remove com.mcafee.agent.macmn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment