Remote desktop refuses my credentials on a fresh Windows install that uses an account PIN
I set up a machine from scratch and the installer required signing in with an online account and setting a PIN. Several things now depend on that PIN, so I cannot simply remove it.
The problem is remote desktop. Connecting from another machine asks for a username and password, and nothing I enter is accepted — not the PIN, not the account password.
I have been at this for hours. What is the actual mechanism here and what is the supported way to connect?
@winadmin_wiktor · 2w ago
The key thing to understand is that the PIN is not a password. It is a local credential tied to that specific device and its secure hardware, and it unlocks a key stored there. It has no meaning to anything else and cannot be sent over a network, which is exactly why it is more secure than a password for local sign-in.
Remote desktop authenticates with an account and password. So you need the password of the online account, not the PIN.
The usual reason that fails is the second half: on a fresh install configured this way, signing in with a password is often effectively disabled locally, and the account may never have had a usable password established on that device.
The supported route is to re-enable password sign-in for the account and confirm the online account's password works locally, at which point remote desktop accepts the same credential.
Reply
Report