Skip to content

Instantly share code, notes, and snippets.

@AStevensTaylor
Created July 9, 2019 13:27
Show Gist options
  • Save AStevensTaylor/59abc1a21c76838da27698d02f3ffb85 to your computer and use it in GitHub Desktop.
Save AStevensTaylor/59abc1a21c76838da27698d02f3ffb85 to your computer and use it in GitHub Desktop.
# 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