Windows XP/2003 remote terminal is a very practical function, and the default
The Remote Terminal Service port is 3389. To prevent intruders from scanning open ports on the host
If port 3389 is opened, the next intrusion will be performed,
We can modify the Remote Desktop port of Windows XP/Windows 2003 through the registry:
Step: Open "Start> Run", enter "Regedit", open the registry, and enter the following path:
ProgramCode
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ winstations \ RDP-TCP]
"Portnumber" = DWORD: 12797f3
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ WDS \ rdpwd \ TDS \ Tcp]
"Portnumber" = DWORD: 12797f3
you can modify the corresponding portnamber value. The default value is d3d (decimal: 3389) and it can be changed to the expected port
, such as 38899.