首页 电脑 电脑学堂 查看内容

黑基论坛精选:开启终端3389

2008-11-21 12:34 878 0

摘要: 开启终端3389 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl...
关键词: 3389 CurrentControlSe reg dword Terminal echo Control MACHINE PortNumber fDenyTSConnectio

开启终端3389 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp] "PortNumber"=dword:00000D3D [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] "PortNumber"=dword:00000D3D 这样xp和2003开启终端是不用重启的如果你想改端口只需把上面的两个PortNumber对应的D3D改成相应十进制数 的十六进制形式就可以了!用计算器转换吧。 XP下不论开终端还是改终端端口都不需重启,真是太妙了~~呵呵。 如果要关闭终闭只需把"fDenyTSConnections"=dword:00000000 改成"fDenyTSConnections"=dword:00000001 如果在SHELL运行 echo Windows Registry Editor Version 5.00>>c:\3389.reg echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>>c:\3389.reg echo "fDenyTSConnections"=dword:00000000>>c:\3389.reg echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal echo Server\Wds\rdpwd\Tds\tcp]>>c:\3389.reg echo "PortNumber"=dword:00000D3D>>c:\3389.reg echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] >>c:\3389.reg echo "PortNumber"=dword:00000D3D>>c:\3389.reg 在提权那 cmd /c echo Windows Registry Editor Version 5.00>>c:\3389.reg 这样每一条都提权下 就会在C盘生成一个3389.reg 最后就是导入注册 cmd /c regedit /s c:\3389.reg 这样3389就开了! 补充:cmd /c regedit /s c:\3389.reg  在DOS下也可导入在C盘的3389.reg注册表。
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部