Created
March 18, 2022 11:00
-
-
Save ThomasHack/d23189c3b8cc46feb401553b5cf6e1f6 to your computer and use it in GitHub Desktop.
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
alias stopAntivirus="sudo /usr/local/McAfee/AntiMalware/VSControl stopoas" | |
alias uninstallAvecto="sudo /usr/local/libexec/Avecto/Defendpoint/1.0/uninstall.sh; sudo /usr/local/libexec/avecto/ePOAdapter/1.0/uninstall_epo_adapter.sh;sudo /usr/local/libexec/avecto/ePOAdapter/1.0/uninstall_epo_deployment.sh;sudo rm -rf /etc/defendpoint" | |
alias uninstallMcAfee="sudo /Library/McAfee/cma/scripts/uninstall.sh; sudo rm -rf /usr/local/McAfee/; sudo rm -rf /Library/LaunchDaemons/com.mcafee.*; sudo rm -rf /Library/LaunchAgents/com.mcafee.*; sudo rm -rf /Library/Preferences/com.mcafee.*" | |
alias uninstallQualys="sudo /Applications/QualysCloudAgent.app/Contents/MacOS/qagent_uninstall.sh;" | |
alias freeWilly="uninstallAvecto;uninstallMcAfee;uninstallQualys;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment