Add option to disable ads, newsfeed and AI in MS Edge

This commit is contained in:
Raphire
2025-08-16 01:36:00 +02:00
parent cc3fc90592
commit c881858f32
14 changed files with 56 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ param (
[switch]$DisableDesktopSpotlight,
[switch]$DisableLockscrTips, [switch]$DisableLockscreenTips,
[switch]$DisableWindowsSuggestions, [switch]$DisableSuggestions,
[switch]$DisableEdgeAds,
[switch]$DisableSettings365Ads,
[switch]$DisableSettingsHome,
[switch]$ShowHiddenFolders,
@@ -40,6 +41,7 @@ param (
[switch]$DisableRecall,
[switch]$DisablePaintAI,
[switch]$DisableNotepadAI,
[switch]$DisableEdgeAI,
[switch]$DisableWidgets, [switch]$HideWidgets,
[switch]$DisableChat, [switch]$HideChat,
[switch]$EnableEndTask,