mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-05-18 11:46:18 +00:00
Improve DisableWidgets feature by removing additional Widget related apps (#561)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user