如果在Windows 2008远程桌面里启用了"带网络级别的身份验证"默认在XPSP3里是没有办法用"远程桌面连接"连接到2008的,需要手工的修改注册表。
具体操作如下:
1、HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
在Security Packages值中添加“tspkg”(不含双引号)。
在SecurityProviders值中添加“, credssp.dll”(含逗号,不含引号)。
3、退出注册表编辑器。
4、重新启动计算机。
或直接将下面代码保存为.reg文件直接导入既可:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"Security Packages"=hex(7):6b,00,65,00,72,00,62,00,65,00,72,00,6f,00,73,00,00,\
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders]
"SecurityProviders"="msapsspc.dll, schannel.dll, digest.dll, msnsspc.dll,credssp.dll"