Skip to content

Instantly share code, notes, and snippets.

@yadvr
Created January 2, 2026 08:52
Show Gist options
  • Select an option

  • Save yadvr/d52bd8b79dc4505ec24d2435ce007cc7 to your computer and use it in GitHub Desktop.

Select an option

Save yadvr/d52bd8b79dc4505ec24d2435ce007cc7 to your computer and use it in GitHub Desktop.
office-mac-fix
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