Remove Feedback Hub

VeiligStandaard geselecteerd voor verwijdering

App for providing feedback to Microsoft on Windows

App-ID
Microsoft.WindowsFeedbackHub

Verwijdercommando

Remove Feedback HubPowerShell
# Remove Feedback Hub (Microsoft.WindowsFeedbackHub)
Get-AppxPackage -Name "Microsoft.WindowsFeedbackHub" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.WindowsFeedbackHub" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator