Forum Discussion
feedback hub: recreate the problem is greyed out
1. Check Feedback Center permissions: Open Settings > Privacy > Diagnostics and Feedback.
Make sure “Optional diagnostic data” is enabled.
2. Update Feedback Center: Open Microsoft Store, search for “Feedback Center” and click “Update”.
3. To re-register the Feedback Center: Open PowerShell (with administrator privileges).
Run the following command: powershell
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Reinstall the Feedback Hub:
powershell
Get-AppxPackage -allusers Microsoft.WindowsFeedbackHub | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation) \AppXManifest.xml"}
4. Check for system updates: Open Settings > Update & Security > Windows Update.
Click “Check for Updates” to install all available updates.
5. Contact Microsoft Support: If none of the above methods work, it is recommended to contact Microsoft support team with detailed error messages and screenshots for further assistance.
I think I will contact MS support.