How can I stop the notifications for upgrade to High Sierra? That’s a question many Mac users who install the previous versions of macOS may ask. If you have no plan to install the software update and you are upset by the pop-ups occurring daily, you may be eager to find a way out. But how? How can you disable the notifications?
According to Apple, the High Sierra installer will automatically download on Macs running OS X El Capitan v10.11.5 or later, so its users can install the update more easily. When the notification pops up, you can either click Install to start installing High Sierra, or click Details which will take you to the Updates tab in Mac App Store. No third option available, and you cannot swipe the alert to dismiss it. If you don’t want to upgrade to High Sierra for now, you can dismiss the installer window, or instead, control-click the High Sierra update in App Store and choose Hide Update.
Is there a way to stop the notifications for at least a period of time? The answer is YES – you can disable the annoying alerts by modifying the specific ‘OSXNotification.bundle’ file.
First of all, you can run a simple Terminal command to achieve the goal.
To roll back the change and receive the update notifications again, run the following command in the Terminal, and then restart your Mac to execute the modification:
sudo mv ~/Documents/OSXNotification.bundle /Library/Bundles/
Here’s how the trick works: the ‘OSXNotification.bundle’ is moved from its original location in the /Library/Bundles/ folder to your user account’s default Documents folder. Since the bundle controls the macOS upgrade notifications, mvoing it from the /Library/Bundles/ folder will stop the notifications for the upgrade to High Sierra.
If the Terminal command fails to work on your Mac, try to do it manually:
Note that this trick works only when you have not upgraded to macOS High Sierra.
Bookmark this tutorial in case you might need it in near future.
Comments