Improve DisableWidgets feature by removing additional Widget related apps (#561)

This commit is contained in:
Jeffrey
2026-04-26 00:10:00 +02:00
committed by GitHub
parent 9ca87b129c
commit 5f1d0fb604
2 changed files with 16 additions and 2 deletions

View File

@@ -841,6 +841,20 @@
"SelectedByDefault": false, "SelectedByDefault": false,
"Recommendation": "optional" "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", "FriendlyName": "HP AI Experience Center",
"AppId": "AD2F1837.HPAIExperienceCenter", "AppId": "AD2F1837.HPAIExperienceCenter",

View File

@@ -27,8 +27,8 @@ function ExecuteParameter {
RemoveApps 'Microsoft.Copilot' RemoveApps 'Microsoft.Copilot'
} }
'DisableWidgets' { 'DisableWidgets' {
# Also remove the app package for Widgets # Also remove the app packages for Widgets
RemoveApps 'Microsoft.StartExperiencesApp' RemoveApps 'Microsoft.StartExperiencesApp','MicrosoftWindows.Client.WebExperience','Microsoft.WidgetsPlatformRuntime'
} }
} }
return return