Created
July 9, 2019 13:27
-
-
Save AStevensTaylor/59abc1a21c76838da27698d02f3ffb85 to your computer and use it in GitHub Desktop.
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
# For just your local account | |
defaults write ~/Library/Preferences/us.zoom.config.plist ZDisableVideo 1 | |
# For all users on the machine | |
sudo defaults write /Library/Preferences/us.zoom.config.plist ZDisableVideo 1 | |
sudo kill -9 $(lsof -i :19421|tail -n 1|awk '{print $2}') && rm -rf ~/.zoomus && touch ~/.zoomus && chmod 600 ~/.zoomus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment