Hello,
Thank you for posting in Q&A forum.
Based on the error information you provided, I suggest you open PowerShell as an administrator and run the following command to see if the problem can be solved:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.