Skip to content

Instantly share code, notes, and snippets.

@naveen
Created June 18, 2020 20:33
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 naveen/bb0f0828f51ca5dcea1b31792d0fab2d to your computer and use it in GitHub Desktop.
Save naveen/bb0f0828f51ca5dcea1b31792d0fab2d to your computer and use it in GitHub Desktop.
shows the "Always open links to this application" checkbox so that links to apps, e.g. Zoom, don't keep bugging you
> defaults read com.google.Chrome ExternalProtocolDialogShowAlwaysOpenCheckbox
2020-06-18 13:28:27.183 defaults[80133:1281571]
The domain/default pair of (com.google.Chrome, ExternalProtocolDialogShowAlwaysOpenCheckbox) does not exist
> defaults write com.google.Chrome ExternalProtocolDialogShowAlwaysOpenCheckbox -bool true
> #restart zoom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment