Hi,
Thank you for posting in Microsoft Q&A forum.
You can try below PowerShell command to reinstall Microsoft store apps:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Similar thread for your reference:
Snipping tool, photos, and Microsoft store all not working. What to do?
Using commands to reinstall built-in apps in Windows OS
Thanks for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.