Home > Apple Intelligence, Mac administration, macOS, Management Profiles > Suppressing the Apple Intelligence pop-up window with a configuration profile on macOS Sequoia
Apple has introduced a number of pop-up windows over the years, which appear the first time you log into a Mac and sometimes also after an OS update. Apple added a new one for macOS Sequoia as part of introducing Apple Intelligence.
The Apple Intelligence pop-up window can be suppressed for the logged-in user by running the command shown below:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/defaults write com.apple.SetupAssistant DidSeeIntelligence -bool true |
It is also possible to suppress the Apple Intelligence pop up window on macOS Sequoia using a configuration profile. For more details, please see below the jump.
The relevant preference domain and key values are below:
The profile is available on GitHub via the link below:
https://github.com/rtrouton/profiles/blob/main/SkipAppleIntelligenceSetup