在属性窗口中新安装的Windows Server 2003 R2缺less远程选项卡

编辑

我解决了这个问题。 原来,如果你没有以pipe理员身份login,该选项卡不会显示出来。 感谢您的帮助,不pipe。

我刚刚在虚拟主机上安装了Windows Server 2003 R2 Standard x64 Edition Service Pack 2。 我试图启用RDP,但在系统属性窗口没有远程的选项卡,就像我们与其他服务器具有相同的操作系统。 有谁知道为什么以及如何解决它?

在组策略对象(GPO)中,转至计算机configuration – > 策略 – > Windows组件 – > 远程桌面服务 – > 远程桌面会话主机 – > 连接 – > Allow users to connect remotely using Remote Desktop Services并将选项设置为已Enabled

此设置适用于Windows XP,Windows Vista,Windows 7,Windows Server 2003,Windows Server 2003 R2,Windows Server 2008和Windows Server 2008 R2。

我不知道为什么你的“远程”选项卡不存在,但是你可以使用命令行启用RDP:

 reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f 

如果您正在运行防火墙,请确保允许RDP

点击开始 – > 运行,然后input这个命令:

regsvr32%systemroot%\ system32 \ remotepg.dll

您也可以先尝试取消注册此dll,然后重新注册一次。

regsvr32 / u%systemroot%\ system32 \ remotepg.dll

然后

regsvr32%systemroot%\ system32 \ remotepg.dll

我解决了这个问题。 原来,如果你没有以pipe理员身份login,该选项卡不会显示出来。 感谢您的帮助,无论如何。

我经历了所有不同的事情来检查在线,事实certificate,在多个服务器上,fDenyTSConnections是一个REG_SZ而不是一个REG_DWORD。

我删除了REG_SZ并用0值创build了一个新的REG_DWORD,重新启动,并且远程选项卡又回来了。