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.