Remove Bing Weather

SafeSelected for removal by default

Weather forecast via Bing

App ID
Microsoft.BingWeather

Removal Command

Remove Bing WeatherPowerShell
# Remove Bing Weather (Microsoft.BingWeather)
Get-AppxPackage -Name "Microsoft.BingWeather" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.BingWeather" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator