Remove Bing Search

OptioneelNiet standaard geselecteerd (systeem-app)

Web Search from Microsoft Bing (Integrates into Windows Search)

App-ID
Microsoft.BingSearch

Verwijdercommando

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

Want to remove multiple apps at once?

Open Configurator