Hello
Here are the steps to reinstall it:
- Uninstall Microsoft Store: Open a PowerShell window as an administrator. In the PowerShell window, type the following command and press Enter: Get-AppxPackage -allusers WindowsStore | Remove-AppxPackage. This command removes the Store app for all users on your PC.
- Restart Your PC: After the command has finished running, close PowerShell and restart your PC.
- Reinstall Microsoft Store: Open a PowerShell window as an administrator again. In the PowerShell window, type the following command and press Enter: Get-AppxPackage -AllUsers Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\\AppXManifest.xml\"}. This command reinstalls the Store for all users on your system.
- Restart Your PC Again: After you’ve executed the command, restart your PC. You should now have a new copy of Microsoft Store installed on your computer.