Skip to content

Instantly share code, notes, and snippets.

@asmega
Created September 24, 2018 16:58
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 asmega/cf7b189e3f556166d9beec028eb5feb8 to your computer and use it in GitHub Desktop.
Save asmega/cf7b189e3f556166d9beec028eb5feb8 to your computer and use it in GitHub Desktop.
google chrome disable sync
defaults write com.google.Chrome SyncDisabled -bool true
defaults write com.google.Chrome RestrictSigninToPattern -string ".*@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment