Windows Key + R -> should open a box -> type in CMD -> type in "powershell" and than type in the following (or copy and paste)
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
This worked for me at the time.