Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi,
Is the login Window blank?
It seems like the AADClient isn't working, which facilitates the sign-in into Windows.
Can you try this: In Windows Search, type in PowerShell, right-click on it, and then choose Run as administrator. Run:
Get-AppxPackage *Microsoft.AAD.BrokerPlugin* | Reset-AppxPackage
Also in an elevated CMD the following:
RunDll32.exe InetCpl.cpl,ResetIEtoDefaults
Good luck!