I re-registered apps (found in another thread with this commands):
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Now I get the login box to the MS account, but when I login I get:
"Oops, something went wring. It probebly our fault"
So what do I do then? I still can't login to my MS account :-(