Forum Discussion
DeadMan_BSK
Dec 27, 2021Copper Contributor
error code 0x80073CFB
I am trying to install Web Media Extensions but i am getting this error: something happened on our end also I am getting this error code 0x80073CFB i did try some solutions like delete the store cach...
Reza_Ameri
Dec 30, 2021Silver Contributor
Try open start and search for feedback and open the Feedback Hub app and report this issue.
Open start and search for PowerShell and right click and run it as administrator and then type the following command:
Get-AppxPackage -Name "*media*" -AllUsers | Remove-AppxPackage -AllUsers
Then try reinstall it.
OP_GOD
Dec 30, 2021Copper Contributor
Thanks, the problem is now resolved
- Reza_AmeriDec 31, 2021Silver ContributorWelcome, did you used the script which I shared to resolve the issue or you used other methods?
- OP_GODJan 01, 2022Copper ContributorThe script
- Reza_AmeriJan 01, 2022Silver ContributorThank you for the clarification