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