Forum Discussion
Stan_Wojnowski2069
Mar 27, 2022Copper Contributor
Unable to reinstall "Feedback Hub"; missing AppXManifest.xml file.
I am working on reinstalling "Feedback Hub" after uninstalling it several months ago.
At this point I have arrived at the point that most likely I am missing AppXManifest.xml file on this computer.
I have entered into Powershell as administrator and have "executed" the following command:
Get-AppxPackage -allusers Microsoft.WindowsFeedbackHub | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml}"
As a result I am given the append prompt >>.
Here I sit.
- Try downloading the Feedback Hub app from Store, if the command doesn't works:
https://www.microsoft.com/en-us/p/feedback-hub/9nblggh4r32n
Alternatively, try running the PowerShell command from different user account, see if that helps.
Hope this helps!- Stan_Wojnowski2069Copper Contributor
KapilArya Thank you. When I established a local account I have access to feedback hub. Once again, thanks. What I am trying to do is have "Feedback Hub" accessible to my primary account.