Skip to content

System Tray Notifications & Calendar - Disable

config/tweaks.json
1046  "WPFTweaksDisableNotifications": {
1047    "Content": "System Tray Notifications & Calendar - Disable",
1048    "Description": "Disables all Notifications INCLUDING Calendar.",
1049    "category": "z__Advanced Tweaks - CAUTION",
1050    "panel": "1",
1051    "registry": [
1052      {
1053        "Path": "HKCU:\\Software\\Policies\\Microsoft\\Windows\\Explorer",
1054        "Name": "DisableNotificationCenter",
1055        "Value": "1",
1056        "Type": "DWord",
1057        "OriginalValue": "<RemoveEntry>"
1058      },
1059      {
1060        "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
1061        "Name": "ToastEnabled",
1062        "Value": "0",
1063        "Type": "DWord",
1064        "OriginalValue": "1"
1065      }
1066    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.