Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

desertman

macrumors 6502a
Original poster
Jul 14, 2008
707
40
Arizona, USA
I have on both of my Macs with macOS 10.14 a red "1" on the System Preferences icon in the dock that is reminding me all day long about the macOS 10.15 upgrade.

I do not want to upgrade, at least not in the foreseeable future. Is there any way to get rid of this number on the System Preferences icon?

Thanks.
 
You can get rid of it with this command in Terminal but after you reboot it will come back again.

Code:
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0

Then copy/paste this to kill the Dock and restart it:

Code:
alias clearbadge="defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock"
 
Thanks. This works when I use just "defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock" (without the quotation marks) for the second terminal command. I actually think that this command alone might do the trick as it is the first command plus "kill dock" in one single command.

How it will be after a restart is still to be seen.
 
Thanks. This works when I use just "defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock" (without the quotation marks) for the second terminal command. I actually think that this command alone might do the trick as it is the first command plus "kill dock" in one single command.

How it will be after a restart is still to be seen.
Works like a charm even after rebooting the computer. Can't update right now and this was very helpful to get rid of the nagging every day.
Thank you.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.