Fix Microsoft Store Not Opening or Launching on After Updating Windows 10
Steps to Microsoft Store Not Opening or Launching on Windows 10 After Updating Windows 10 to version 2004, 1909 or 1903
1) Run Windows Store Troubleshooter
2) Clear store cache Using wsreset command
3) Update Windows 10
4) Reset Store app
5) Run Powershell command
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
6) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
7) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
8) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
9) Update Windows 10 using Media Creation Tool