4

Im trying to use RDP and save my credentials in a file so I dont have to entire it each time I connect.

I remember doing it before and it involved changing a group policy setting. What exactly do I need to change in Group Policy within Windows 7 in the host & client machines to accomplish this?

Thanks,

barfoon
  • 760
  • 4
  • 14
  • 29

2 Answers2

2

Actually found a link that solved this problem:

http://www.perceptible.net/post/2009/02/03/How-To-Enable-Use-of-Saved-Credentials-with-Remote-Desktop-to-Almost-Fully-Authenticated-Machines.aspx

barfoon
  • 760
  • 4
  • 14
  • 29
1

Answered link doesn't work anymore.

This link might help, instead.

Start local group policy editor, start – run – gpedit.msc Go to Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation Edit “Allow Delegating Saved Credentials with NTLM-only Server Authentication” Enable the policy, click Show and enter the value “TERMSRV/*” into the list.

enter image description here

Do the same thing for the following policies:

  • Allow Delegating Saved Credentials
  • Allow Delegating Default Credentials with NTLM-only Server Authentication
  • Allow Delegating Default Credentials
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87