Saving credentials in Remote Desktop Connection
Sometimes added security can be pain, when you really need to get things done.
When trying to use saved credentials in Remote Desktop Connection you might receive this message:
Your credentials did not work. Your system administrator does not allow the use of saved credentials to log on to the remote computer [terminal.server.com] because its identity is not fully verified. Please enter new credentials.
To be able to use saved credentials in this situation you need to do the following:
- Open Group Policy Editor via
cmd
→gpedit.msc
- Navigate to
Local Computer Policy
→Computer Configuration
→Administrative Templates
→System
→Credentials Delegation
- Open Setting
Allow Delegating Saved Credentials with NTLM-only Server Authentication
, set it toEnabled
**` - Click on button
Show...
and in Show Contents window add ValueTERMSRV/*
- Close all windows by pressing
OK
. - Run
cmd
and entergpupdate
command to update your policy.
Note: Make sure to open Command Prompt
(cmd
) with administrator rights.
Now you should be able to use your saved credentials.