Hi,
Over at Xbox, I had a chat session, with Carlos (MS support, for xbox on win10). I explained, the MS Solitaire EVENTS (every other day), that the Timer for the event would keep running, even with the game closed, next day's results, would be a highly inflated time.
I did the following:
windows key + x choose "powershell admin"
Type in exactly the following
1. Set-ExecutionPolicy Unrestricted
2. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
do not include the (1. or 2.) only shows two commands, do number 1 then number 2.
at each command you will be prompted for yes type Y <enter> This unrestricts your machine so the next command (number 2) will work
after entering the command for #2 I believe I just pressed <enter>
You will see a buzz of activity, when done, it took my machine 2 -3 min to complete. Command #2 re registers AppX.
These commands are on a previous post here page 3 I think, copy and paste
When its done. you will see at the prompt c:\windows\system32: _
the underscore is to represent where you would type the next command.
Reboot
Test by playing tomorrows Event, & see if the next day's "see results" is better.
If that does not work write a letter to Bill Gates, that would be my next step <kidding>