Hi George,
Please open PowerShell (admin) and run the following commands:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
get-appxpackage -allusers Microsoft.WindowsStore
cmd /c VER
Post the output here.