By Simkó Benedek on
2008. 08. 11. 1:57
A Windows Server 2008 és Windows Vista megkövetelheti a Network Level Authentication-t (NLA) remote desktop kapcsolatnál, ami Windows XP alatt csak a következő feltételekkel működik:
- Windows XP SP3
+ RDP 6.1
+ CredSSP engedélyezése
Az első kettő triviális, a 3. viszont nem. Ezt a következő módon lehet megtenni:
- Click Start, click Run, type regedit, and then press ENTER.
- In the navigation pane, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- In the details pane, right-click Security Packages, and then click Modify.
- In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
- In the navigation pane, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
- In the details pane, right-click SecurityProviders, and then click Modify.
- In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
- Exit Registry Editor.
- Restart the computer.
KB cikk: http://support.microsoft.com/kb/951608