Skip to content

Instantly share code, notes, and snippets.

@Akczht
Last active August 25, 2024 20:26
Show Gist options
  • Save Akczht/37a655c19c35c2080f6aa3262ba713e2 to your computer and use it in GitHub Desktop.
Save Akczht/37a655c19c35c2080f6aa3262ba713e2 to your computer and use it in GitHub Desktop.
Sensible Microsoft Office Defaults for macOS
defaults write com.microsoft.office SendAllTelemetryEnabled -bool FALSE
defaults write com.microsoft.office ShowFileExtensions -bool TRUE
defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE
defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE
defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE
defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE
defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment