The default port number of the Windows server remote desktop is 3389. We often use remote desktop to connect to the server at work, but this is also the port number often exploited by hackers. But how can we modify the default port to prevent it from being exploited by hackers? You can configure it as follows: Many people, when using the Windows operating system, have encountered troubles because they cannot remotely operate the server due to incorrect methods of modifying the port. Here, I will briefly demonstrate to you the correct method of modifying the remote port. Server ip:192.168.0.103 Client IP:192.168.0.105 ------------------------------- ctrl+r (shortcut key) - enter regedit, enter the registry editor, follow the path below to enter the place to modify the port HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp Find the " PortNumber " below, which is displayed in decimal format. The default is 3389. Change it to any available port. Demo: (7788) Please note: After modifying here, if the modification is not successful, another location of the registry file must also be modified accordingly. The path is as follows: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp Find the " PortNumber " below, displayed in decimal format, and make the appropriate changes. At this point, you have successfully modified the registry. Restart your computer and you can connect through the new remote port number. In addition, I would like to share with you a piece of software that can modify the remote desktop connection port with one click. How to obtain the tool: Baidu Bulian 3389 port modifier. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
>>: Comprehensive analysis of prototypes, prototype objects, and prototype chains in js
Organize the MySQL 5.5 installation and configura...
Today is still a case of Watch app design. I love...
Preface First, let's see how to identify a TC...
Environment: MacOS_Cetalina_10.15.1, Mysql8.0.18,...
This article example shares the specific code of ...
Preface The company's developers used the rep...
Table of contents What is a headless browser? Why...
Table of contents 1. Introduction to Nginx 1. Wha...
An error message appears when MySQL is started in...
When learning mybatis, I encountered an error, th...
Table of contents 1. Always use key in v-for loop...
MySQL UTF-8 encoding MySQL has supported UTF-8 si...
Uninstall the system-provided MySQL 1. Check whet...
Scrcpy Installation snap install scrcpy adb servi...
The project has been suspended recently, and the ...