Created
July 9, 2019 18:38
-
-
Save tabrindle/796c236b7fba0feca8ea00ace12cb5a5 to your computer and use it in GitHub Desktop.
Uninstall zoom and prevent reinstall
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 characters
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