From 584df349752953ad46cd299eb2d674651fb8daf4 Mon Sep 17 00:00:00 2001 From: PMheart <17109513+PMheart@users.noreply.github.com> Date: Sun, 9 Jul 2023 18:42:47 +0200 Subject: [PATCH] Revert "Revert "Add note about remaining badges (#14)"" This reverts commit 722681a0ec616c1c7a9d442448053a94a704841a. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 41b34fc..890cdca 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,23 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0 _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. +#### Removing badges + +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: + +``` +defaults delete com.apple.SlotNotificationsPref memoryBadgeCount +defaults delete com.apple.SlotNotificationsPref expansionBadgeCount +``` + + + #### Credits - [Apple](https://www.apple.com) for macOS - [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and great help in implementing some features