From 5f1d0fb604925d00b39c31c7217bc512c25cf833 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:10:00 +0200 Subject: [PATCH] Improve DisableWidgets feature by removing additional Widget related apps (#561) --- Config/Apps.json | 14 ++++++++++++++ Scripts/Features/ExecuteChanges.ps1 | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Config/Apps.json b/Config/Apps.json index bfd5f98..65e579f 100644 --- a/Config/Apps.json +++ b/Config/Apps.json @@ -841,6 +841,20 @@ "SelectedByDefault": false, "Recommendation": "optional" }, + { + "FriendlyName": "Windows Web Experience Pack", + "AppId": "MicrosoftWindows.Client.WebExperience", + "Description": "Helps deliver and update certain features, like Widgets, through the Microsoft Store", + "SelectedByDefault": false, + "Recommendation": "optional" + }, + { + "FriendlyName": "Widgets Platform Runtime", + "AppId": "Microsoft.WidgetsPlatformRuntime", + "Description": "Runtime required for Windows Widgets to function", + "SelectedByDefault": false, + "Recommendation": "optional" + }, { "FriendlyName": "HP AI Experience Center", "AppId": "AD2F1837.HPAIExperienceCenter", diff --git a/Scripts/Features/ExecuteChanges.ps1 b/Scripts/Features/ExecuteChanges.ps1 index 35c727f..299dd42 100644 --- a/Scripts/Features/ExecuteChanges.ps1 +++ b/Scripts/Features/ExecuteChanges.ps1 @@ -27,8 +27,8 @@ function ExecuteParameter { RemoveApps 'Microsoft.Copilot' } 'DisableWidgets' { - # Also remove the app package for Widgets - RemoveApps 'Microsoft.StartExperiencesApp' + # Also remove the app packages for Widgets + RemoveApps 'Microsoft.StartExperiencesApp','MicrosoftWindows.Client.WebExperience','Microsoft.WidgetsPlatformRuntime' } } return