Post #1966251
2026-04-02 23:44 UTC
If you hate the nasty iWork update alert panel like I do, run this in the Terminal app (on macOS).
```
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
```
Replies (1)
-
@wilpercy@beige.party 2026-04-03 00:07
@tuparev I’m going to try that. Thanks.