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

gigatoaster

macrumors 68000
Jul 22, 2018
1,547
3,004
France
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!
giphy.gif
 
  • Like
Reactions: MacTek9682

bogdanw

macrumors 603
Mar 10, 2009
5,719
2,751
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
 

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,547
3,004
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,719
2,751
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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.