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

MacTek9682

macrumors newbie
May 6, 2024
3
3
1. Create alias of System settings
2. Remove real System settings from dock
3. Put the alias in dock.
Problem solved/
This is not a solution, but a work around. The solution is to Pull the preference file then restart. ~Library/Preferences/com.apple.systempreferences.plist - move to trash. Restart. Issue Resolved!
 
  • Like
Reactions: Queen6

bogdanw

macrumors 603
Mar 10, 2009
5,833
2,830
This is not a solution, but a work around. The solution is to Pull the preference file then restart. ~Library/Preferences/com.apple.systempreferences.plist - move to trash. Restart. Issue Resolved!
That is not a solution for three reasons:

- you are unnecessarily deleting the entire preference file, when you could be deleting just the notification;
- it will re-appear when the system or the user will search for updates;
- restart is not necessary.

For such a temporary solution, use #22 :

Code:
defaults delete com.apple.systempreferences AttentionPrefBundleIDs; defaults delete com.apple.systempreferences DidShowPrefBundleIDs; killall Dock
 
  • Like
Reactions: SalisburySam

MacTek9682

macrumors newbie
May 6, 2024
3
3
That is not a solution for three reasons:

- you are unnecessarily deleting the entire preference file, when you could be deleting just the notification;
- it will re-appear when the system or the user will search for updates;
- restart is not necessary.

For such a temporary solution, use #22 :

Code:
defaults delete com.apple.systempreferences AttentionPrefBundleIDs; defaults delete com.apple.systempreferences DidShowPrefBundleIDs; killall Dock
Incorrect!
-It is the solution, every time! Been doing it for years. Trained by Apple, Apple certified technician here!
-It is not unnecessary, it resets the preference file after a restart. The restart is necessary for this reason.
-It does not re-appear when the system or other user searches for updates. Promise. :)
 

gigatoaster

macrumors 68000
Jul 22, 2018
1,591
3,106
France
Huh?! It worked, so far. The nice bloke with the app he created for that, he is a nice bloke but it doesn’t work anymore, unfortunately.

I tried both methods on 3 Mac mini and one MacBook Pro, only second method worked on all. Case closed.
 

bogdanw

macrumors 603
Mar 10, 2009
5,833
2,830
Incorrect!
-It is the solution, every time! Been doing it for years. Trained by Apple, Apple certified technician here!
-It is not unnecessary, it resets the preference file after a restart. The restart is necessary for this reason.
-It does not re-appear when the system or other user searches for updates. Promise. :)
Video
 
  • Love
Reactions: Queen6

forrie

macrumors regular
Mar 6, 2008
166
136
The solution doesn't work. I've tried a couple of approaches. But what I'm noticing is that the badge seems to eventually go away. This suggests that Apple is aware this is annoying people and changed their code, to be less annoying. But they still don't get it, there are valid reasons for not updating certain systems.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.