Als je net als ik helemaal geen interesse hebt in de nieuwe bloatware die Apple Creator Studio heet en al maanden op “Not now” klikt als je Pages, Numbers of Keynote opstart en het je naar de App Store wil sturen om je vooral die GenAI-geïnfecteerde abonnementen-meuk aan te smeren. Als je gewoon lekker de oude versies van Pages, Numbers en Keynote wil kunnen blijven gebruiken zonder irritatie bij opstarten: “There is a Terminal command for that!”

Ik vond een Gist met deze drie commando’s:

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

Of alles-in-een, zoals in een antwoord op dat scriptje:

defaults write -g TSADisableUpdateNotifications -bool yes