Created
January 26, 2018 15:56
-
-
Save brh55/5906cd193c49053f78da1fb93fe22a74 to your computer and use it in GitHub Desktop.
Stopping New McAffee Agent in Mac
This file contains 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
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