- Press Windows Key + R to open the Run
- Type wsreset.exe and hit Enter
- A blank Command Prompt window will pop up. Don't close it. It will automatically disappear after about 10–30 seconds, and the Store should launch on its own
- Go to Settings > Apps > Installed Apps > Microsoft Store > Advanced Options from the 3 dots > Repair / Reset.
- Open PowerShell as Administrator and Run this command:
$$\text{Get-AppxPackage -AllUsers *WindowsStore* | Foreach \{Add-AppxPackage -DisableDevelopmentMode -Register "\$($\_.InstallLocation)\textbackslash AppXManifest.xml"\}}$$
- Check Date, Time, and Region (Settings > Time & Language > Date & Time) + Ensure Set time automatically and Set time zone automatically are both toggled On
- Lastly Open CMD and run the below commands then Restart your PC
sfc /scannow
dism /online /cleanup-image /restorehealth
Good Luck!