Reinstall Windows Store in Windows 10
If your Microsoft Windows Store becomes corrupted, or uninstalled, there are a few ways you can reinstall it. Some options are more technical than others. Option 1 REINSTALL WINDOWS STORE VIA POWERSHELL Open an elevated Powershell window (run as administrator) Run this command to try to reinstall the Microsoft Store: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Sometimes this method will give you the following errors. If this is the case, try another method. Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. error 0x80070057: While processing the request, the system failed to register the windows.applyDataExtension extension … error 0x80070057: Cannot register the request because the following error was encountered during the registration of the windows.applyDataExtension extension: The parameter is incorrect. An internal err...