WindowsDebloat

Remove Windows Web Experience Pack

OptionalNot selected by default (system app)

Helps deliver and update certain features, like Widgets, through the Microsoft Store

App ID
MicrosoftWindows.Client.WebExperience

Removal Command

Remove Windows Web Experience PackPowerShell
# Remove Windows Web Experience Pack (MicrosoftWindows.Client.WebExperience)
Get-AppxPackage -Name "MicrosoftWindows.Client.WebExperience" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "MicrosoftWindows.Client.WebExperience" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator