Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,809 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the powershell command to permanently uninstall the win11 opinion center from all users?
Thanks
Hello,
You can try this command in powershell :
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage -AllUsers
If the Answer is helpful, please click "Accept Answer" and upvote it.