Codingmentor Developer's Forum

Full Version: Change terminal service port
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Following are the step which will help you to change terminal service port.

Run Regedt32 and go to this key:

Quote:
HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp



Find the \"PortNumber\" subkey and notice the value of 00000D3D, hex for (3389). Modify the port number in Hex and save the new value. (You can select decimal in regedit and type in the port in normal digits)

NOTE: Because the use of alternate ports has not been fully implemented for Terminal Server 4.0, support will be provided as \"reasonable effort\" only, and Microsoft may require you to set the port back to 3389, if any problems occur.

you can select decimal in regedit and type in the port in normal digits

Reference URL's