Last active
August 25, 2024 20:26
-
-
Save Akczht/37a655c19c35c2080f6aa3262ba713e2 to your computer and use it in GitHub Desktop.
Sensible Microsoft Office Defaults for macOS
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
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