I would like to disable resume for all applications by default (including newly install applications).
I know the following command will disable resume for a specific application (Safari in this case)
defaults write com.apple.Safari NSQuitAlwaysKeepsWindows -bool false
but I was wondering if there's a way to disable it permanently.
shutdown
command or when deciding to install updates. In both cases it will restart all the previous apps with all its previous windows. – Martin Braun Oct 16 '22 at 21:28