Hello
Windows RDP lockouts typically last 15 to 30 minutes
"If you have access to another Administrator account on that PC, you can unlock yourself manually"
Computer Management > Local Users and Groups > Users > Rigth Click: your username > Properties > Uncheck "account is locked out"
I believe this issue might be related to (Windows Hello):
"it disables your password in favor of your PIN"
Steps to Fix that:
- On the host PC, go to Settings > Accounts > Sign-in options
- Look for "
For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device." - Turn it OFF
- Locked your PC (
Window Key + L) and sign in once using your full Microsoft Account password (not the PIN). This "registers" the password locally for use later on your RDP.
Force a Credential Sync:
- Open CMD as Admin and type the below command:
runas /u:MicrosoftAccount\your-email@example.com cmd.exe - Enter your password when prompted and then try login from your android phone.
| When using the new Windows App (Username) | Options |
|---|---|
| MicrosoftAccount\your-email@example.com | Most reliable for MSA |
| .\your-local-username | if you have a local alias |
| your-email@example.com | your email |
Additionally, Make sure that this KB Windows Update is installed on your PC (KB5077744)
Final Check:
- Settings > System > Remote Desktop > Remote Desktop users.
- Even if it says "You already have access," click Add and type your email address anyway
Wait for your update.
Thanks,