Skip to content

Notification Tray & Calendar - Disable

config/tweaks.json
 999  "WPFTweaksDisableNotifications": {
1000    "Content": "Notification Tray & Calendar - Disable",
1001    "Description": "Disables all Notifications INCLUDING Calendar.",
1002    "category": "z__Advanced Tweaks - CAUTION",
1003    "panel": "1",
1004    "registry": [
1005      {
1006        "Path": "HKCU:\\Software\\Policies\\Microsoft\\Windows\\Explorer",
1007        "Name": "DisableNotificationCenter",
1008        "Value": "1",
1009        "Type": "DWord",
1010        "OriginalValue": "<RemoveEntry>"
1011      },
1012      {
1013        "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\PushNotifications",
1014        "Name": "ToastEnabled",
1015        "Value": "0",
1016        "Type": "DWord",
1017        "OriginalValue": "1"
1018      }
1019    ],

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.