Last active
October 29, 2024 13:49
-
Star
(231)
You must be signed in to star a gist -
Fork
(40)
You must be signed in to fork a gist
-
-
Save tegansnyder/f8d4f3f283e1df26cf86 to your computer and use it in GitHub Desktop.
Revisions
-
tegansnyder revised this gist
Aug 14, 2015 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,11 @@ sudo /usr/local/McAfee/AntiMalware/VSControl stopoas sudo defaults write /Library/Preferences/com.mcafee.ssm.antimalware.plist OAS_Enable -bool False sudo /usr/local/McAfee/AntiMalware/VSControl stop sudo /usr/local/McAfee/AntiMalware/VSControl reload ``` Or completely uninstall: ```bash sudo -s cd /usr/local/McAfee/ ./uninstall EPM ``` -
tegansnyder created this gist
Aug 12, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ### method 1 ```bash sudo /usr/local/McAfee/AntiMalware/VSControl stopoas ``` ### alternatively ```bash sudo defaults write /Library/Preferences/com.mcafee.ssm.antimalware.plist OAS_Enable -bool False sudo /usr/local/McAfee/AntiMalware/VSControl stop sudo /usr/local/McAfee/AntiMalware/VSControl reload ```