Forum Discussion
paulpchou
Mar 17, 2025Iron Contributor
feedback hub: recreate the problem is greyed out
hi,
I am having an issue where when I go to report an issue in the feedback, I cannot recreate the problem because it is greyed out. I tried repairing Windows, the sfc /scannow command, creating a new user account, resetting the feedback hub and uninstalling reinstalling it does not work. I am in the latest Dev channel build and don't know if that issue is caused by the latest build.
- MaverickHunterIron Contributor
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.- paulpchouIron Contributor
I think I will contact MS support.