Hello @周恭煥
Here are some things you can check:
- Did you specify the port number after the IP address? For example, if the IP address of the remote computer is
192.168.1.100
and you have changed the RDP port number to12345
, you would enter192.168.1.100:12345
in the Remote Desktop Connection window to connect to the remote computer. - Check if the server is listening on the new RDP port number: netstat -an | find "12345"
- Check if the Remote Desktop Services is running on the server.