Added Feature Disabling Notifications Through Win11Debloat (#690)

This commit is contained in:
Sqidy
2026-07-06 19:29:09 +02:00
committed by GitHub
parent 0eeb8f323a
commit 949515da3e
6 changed files with 15 additions and 0 deletions
+13
View File
@@ -401,6 +401,19 @@
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableNotifications",
"Label": "Disable Windows Notifications (From apps and other senders)",
"ToolTip": "Disables native Windows notifications from apps and other senders, this includes notifications from apps like Discord, WhatsApp, Teams, and Slack.",
"Category": "Privacy & Suggested Content",
"RegistryKey": "Disable_Notifications.reg",
"ApplyText": "Disabling Windows notifications and reminders",
"UndoLabel": "Enable Windows notifications and reminders",
"ApplyUndoText": "Enabling Windows notifications and reminders",
"RegistryUndoKey": "Enable_Notifications.reg",
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableLocationServices",
"Label": "Disable Windows location services & app location access",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -28,6 +28,7 @@ param (
[switch]$DisableFastStartup,
[switch]$DisableBitlockerAutoEncryption,
[switch]$DisableModernStandbyNetworking,
[switch]$DisableNotifications,
[switch]$DisableStorageSense,
[switch]$DisableUpdateASAP,
[switch]$PreventUpdateAutoReboot,
+1
View File
@@ -31,6 +31,7 @@ param (
[switch]$PreventUpdateAutoReboot,
[switch]$DisableDeliveryOptimization,
[switch]$DisableBing,
[switch]$DisableNotifications,
[switch]$DisableStoreSearchSuggestions,
[switch]$DisableSearchHighlights,
[switch]$DisableDesktopSpotlight,