Skip to content

Instantly share code, notes, and snippets.

@tabrindle
Created July 9, 2019 18:38
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 tabrindle/796c236b7fba0feca8ea00ace12cb5a5 to your computer and use it in GitHub Desktop.
Save tabrindle/796c236b7fba0feca8ea00ace12cb5a5 to your computer and use it in GitHub Desktop.
Uninstall zoom and prevent reinstall
rm -rf /Applications/zoom.us.app/
lsof -i :19421 | awk 'NR!=1{print $2}' | xargs kill -9
rm -rf ~/.zoomus
touch ~/.zoomus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment