April
9
Reinstall Windows 10 Store app using PowerShell
“Run PowerShell as Administrator”
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}