Created
January 2, 2026 08:52
-
-
Save yadvr/d52bd8b79dc4505ec24d2435ce007cc7 to your computer and use it in GitHub Desktop.
office-mac-fix
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.Word SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE | |
| defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE | |
| To disable cloud login features, run these commands in Terminal: | |
| defaults write com.microsoft.Word UseOnlineContent -integer 0 | |
| defaults write com.microsoft.Excel UseOnlineContent -integer 0 | |
| defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment