mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-08-22 07:36:25 +00:00
Added Feature Disabling Notifications Through Win11Debloat (#690)
This commit is contained in:
@@ -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.
@@ -28,6 +28,7 @@ param (
|
||||
[switch]$DisableFastStartup,
|
||||
[switch]$DisableBitlockerAutoEncryption,
|
||||
[switch]$DisableModernStandbyNetworking,
|
||||
[switch]$DisableNotifications,
|
||||
[switch]$DisableStorageSense,
|
||||
[switch]$DisableUpdateASAP,
|
||||
[switch]$PreventUpdateAutoReboot,
|
||||
|
||||
@@ -31,6 +31,7 @@ param (
|
||||
[switch]$PreventUpdateAutoReboot,
|
||||
[switch]$DisableDeliveryOptimization,
|
||||
[switch]$DisableBing,
|
||||
[switch]$DisableNotifications,
|
||||
[switch]$DisableStoreSearchSuggestions,
|
||||
[switch]$DisableSearchHighlights,
|
||||
[switch]$DisableDesktopSpotlight,
|
||||
|
||||
Reference in New Issue
Block a user