|
On the computer you are trying to login to remotely, you need it to cache the password. Run this command from the command prompt, changing the email address to match.
Copy to Clipboard
runas /u:MicrosoftAccount\your@email.com cmd.exe
Now, log off the computer and back on, then try again. This should allow it to cache the password, and so when the remote computer attempts to login using it, it will be allowed instead of failing. |