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

@@ -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