Windows Remote Desktop Troubleshooting Help
I found the solution to my problem here! Since I've gotten many good solutions from this forum's search function I'm adding the solution here for anyone who finds this thread via search.
So the key issue was with Remote Desktop for a Microsoft Account.
When I first setup my PC I didn't put in my password, instead I used the Microsoft Authenticator App and setup a PIN straight away. Based on this Microsoft forums thread it looks like that resulted in the PC not having a hash for my password.
So in order to sync my Microsoft Account details fully to the PC, I turned off my PIN and then ran the below command into Powershell/Windows Terminal
runas /u:MicrosoftAccount\[my account email] cmd.exe
Once this was done, cmd.exe popped up. I could re-enable my PIN and the remote desktop worked perfectly.
I also ran into this problem on my brand new Windows 11 install, so whatever bug causes this on W10 hasn't been fixed yet.
So the step summary is:
- Disable PIN / Windows Hello
- runas /u:MicrosoftAccount\[my account email] cmd.exe
- Re-enable PIN / Windows Hello
- Enjoy remote desktop
Hopefully this helps someone.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now