Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oledid/c950028fd50549d8a0a8de749b632c63 to your computer and use it in GitHub Desktop.
Save oledid/c950028fd50549d8a0a8de749b632c63 to your computer and use it in GitHub Desktop.
How to fix local account password not synced with connected microsoft account password

How to fix local account password not synced with connected microsoft account password

May fix rare problems connecting to RDP

Source: Karl Grear1's response here https://answers.microsoft.com/en-us/windows/forum/all/remote-desktop-connection-logon-attempt-failed/9bfe09b6-87dd-41a6-ba62-2b65a6b64bce

If you do not know your local account name run PowerShell or Command Prompt and run the command 'whoami'

Hold down the shift key, and right click on a shortcut of your choice. I used PowerShell, but Notepad or some other small application should work.

Look for and click the 'Run as different user' item in the context menu that appears. (If you are using Windows 11, you will need to go to the 'Show more options' first then 'Run as different user'

You should now be prompted for credentials. If the User name field is not empty or already filled, choose 'Use a different account'

Enter your local user account in the following format .\mylocalaccount

Enter your password, and click OK.

The application should launch.

Close the application.

Go to another computer and attempt to RDP again using the same account as you launched above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment