Windows Things
Trouble installing apps from Microsoft Store?
Method 1: Run the SFC
Open PowerShell as administrator
sfc /scannow
Method 2: Open PowerShell as administrator
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}