WindowsDebloat

Remove Widgets Platform Runtime

OptionalNot selected by default (system app)

Runtime required for Windows Widgets to function

App ID
Microsoft.WidgetsPlatformRuntime

Removal Command

Remove Widgets Platform RuntimePowerShell
# Remove Widgets Platform Runtime (Microsoft.WidgetsPlatformRuntime)
Get-AppxPackage -Name "Microsoft.WidgetsPlatformRuntime" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.WidgetsPlatformRuntime" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator