


If the Microsoft Retailer app concern exists with a selected person account, you don’t have to re-register the app for all of the person accounts in your pc. As a substitute, you may re-register the app just for the present person account.
To re-register Microsoft Retailer apps for the present person:
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Throughout the course of, you may even see some errors highlighted in crimson. It is because of PowerShell attempting to reinstall present apps on Home windows. So, ignore the error and await the method to finish.
The best way to Re-Register Microsoft Retailer Apps for All Customers

If you should re-register the built-in Home windows apps for all customers, you’ll have to tweak the above PowerShell cmdlet just a little to incorporate the -AllUsers parameter. This may enable the cmdlet to look by all person accounts on the system and set up and re-register the Microsoft Retailer apps.
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Set up and Re-Register All Microsoft Retailer Apps on Home windows 11
Re-registering Home windows apps is commonly crucial when Microsoft Retailer will not be working. It could actually additionally assist take care of different Home windows settings and apps. If the problem persists, strive the built-in Home windows Retailer Apps troubleshooter to repair widespread Microsoft Retailer app points.