-
-
Save elreydetoda/bcd3470fb6301de6ceb716905285a7b3 to your computer and use it in GitHub Desktop.
Disable NLA on remote desktop (mstsc) client (fixing password expired problem)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sometimes you try to open a remote desktop connection to a machine only to get an error message that "the password has expired". | |
If the remote machine does not enforce NLA (Network Level Authentication), it is still possible to start a remote desktop session by disabling NLA on the client (currenlty not possible from the menu on my remote desktop client v.6.3.96000 that came with windows 8.1). | |
Add the following setting to your .rdp file ("C:\Users\<User>\Documents\Default.rdp" if you aren't using a specific one). | |
enablecredsspsupport:i:0 | |
Optionally you might need to specify | |
authentication level:i:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment