Right click the Start button on Task Bar and run Windows Powershell as an Administrator or Write it by yourself for pop up and copy & paste these following commands one at a time in this perticular order!
Code: Select all
md $Env:TEMP\certs
cd $Env:TEMP\certs
CertUtil -generateSSTFromWU $Env:TEMP\certs\RootStore.sst
$file=Get-ChildItem -Path $Env:TEMP\certs\Rootstore.sst
$file | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
exit
After that just restart your pc
and online modes should work again!not shut down, actual restart
~ It creates a new window certificate for the updates which is the generating another connection to the MK11 servers than your current connection.