Skip to content

Instantly share code, notes, and snippets.

@Terabyte1385
Last active June 21, 2026 14:27
Show Gist options
  • Select an option

  • Save Terabyte1385/dd9af4ed6d15e3f6a0c598d7a96895f0 to your computer and use it in GitHub Desktop.

Select an option

Save Terabyte1385/dd9af4ed6d15e3f6a0c598d7a96895f0 to your computer and use it in GitHub Desktop.
Disable Apple Creator Studio update popup in iWork (Keynote, Pages, Numbers)
defaults write com.apple.iWork.Pages TSADisableUpdateNotifications -bool yes
defaults write com.apple.iWork.Keynote TSADisableUpdateNotifications -bool yes
defaults write com.apple.iWork.Numbers TSADisableUpdateNotifications -bool yes
@danielpunkass

Copy link
Copy Markdown

Nuclear one liner!

defaults write -g TSADisableUpdateNotifications -bool yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment