User Tools

Site Tools


remove_update_batch

This is an old revision of the document!


How to remove the update batch on System Preferences

Every Mac wil notify you when a update is available. This is normally shown in the on your Docks System Preferenees icon with a little red dot in it. If you do not like to update and want to get rid of this batch-notification than do the following:

Open a terminal and enter the following command:

 defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock

The red dot notification in your System Preference icon should be gone now.

If you have problems with this, try to brake the commands in two by doeing:

 defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
 killall Dock

If you like to enable the icon again do the following:

 defaults write com.apple.systempreferences AttentionPrefBundleIDs 1 && killall Dock  



Enjoy,

Your ArtIT Team

BACK

remove_update_batch.1612557438.txt.gz · Last modified: 2021/02/05 21:37 by chris