xp:
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
=================
WindowServer2008访问另外一台机器远程桌面每次都提示输入用户名密码:
“Your system administrator does not allow the use of saved credentials to logon to the remote computer computername/ipadress because its identity is not fully verified. Please enter new credentials.” “The logon attempt failed”
解决办法:
本机操作:
start – run – “gpedit.msc”
Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation
edit following 4 policies:
“Allow Delegating Saved Credentials with NTLM-only Server Authentication”,
“Allow Delegating Saved Credentials”,
“Allow Delegating Default Credentials with NTLM-only Server Authentication”
“Allow Delegating Default Credentials”
as :
Enable the policy, click Show and Add “TERMSRV/*” into the list.
At last :
start - run - “gpupdate /force”
update the policy!