Skip to content

Instantly share code, notes, and snippets.

@ThomasHack
Created March 18, 2022 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasHack/d23189c3b8cc46feb401553b5cf6e1f6 to your computer and use it in GitHub Desktop.
Save ThomasHack/d23189c3b8cc46feb401553b5cf6e1f6 to your computer and use it in GitHub Desktop.
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