Skip to content

Commit 1549a66

Browse files
authored
Add note about remaining badges (#14)
1 parent 2b6fc4f commit 1549a66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0
4343

4444
_Note_: `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revpatch`, `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revcpu`, `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revcpuname` and `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revblock` NVRAM variables work the same as the boot arguments, but have lower priority.
4545

46+
#### Removing badges
47+
48+
If using RestrictEvents to block PCI and RAM configuration notifications, they will go away, but the alert in the Apple menu will stay. To get rid of this alert, run the following commands:
49+
50+
```
51+
defaults delete com.apple.SlotNotificationsPref memoryBadgeCount
52+
defaults delete com.apple.SlotNotificationsPref expansionBadgeCount
53+
```
54+
55+
<!-- For posterity
56+
- Software update badge:
57+
- Monterey and lower: `defaults delete com.apple.systempreferences AttentionPrefBundleIDs` (checks for `com.apple.preferences.softwareupdate`)
58+
- Ventura and higher: `defaults delete ~/Library/Preferences/com.apple.systempreferences.plist AttentionPrefBundleIDs` (checks for `com.apple.FollowUpSettings.FollowUpSettingsExtension`)
59+
- Full path is required because `defaults` attempts to access a sandboxed path otherwise
60+
- App store updates: `defaults delete com.apple.appstored BadgeCount`
61+
-->
62+
4663
#### Credits
4764
- [Apple](https://www.apple.com) for macOS
4865
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and great help in implementing some features

0 commit comments

Comments
 (0)