Detailed introduction to win Server 2008

黄舟
Release: 2017-06-05 09:24:54
Original
2664 people have browsed it

1. Open tsmmc Remote loginConnection

You need to enable the following rules in the inbound rules

Remote management (RPC-EPMAP )

Remote Management (RPC)

Remote Management (RPCNP-IN)

Remote Management (TCP-IN)

Remote Management-RemoteFX(TCP -IN)

2. Modify the remote login port number

"cmd" Enter "regedit" and press Enter

Modify the registry information

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Server\WinStations\RDP-Tcp]
Copy after login

Found The PortNumber" key value corresponds to the port number. Change the PortNamber value (default value is 3389) to the port number allowed by the external network

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp]
Copy after login

Find the PortNumber" key value and corresponds to the port number , change the PortName value (the default value is 3389) to the port number allowed by the external network,

Add the modified port rule in the "Inbound Rules"

At the same time, you can close the following rules

Remote Management (TCP-IN)

Remote Management-RemoteFX(TCP-IN)

Restart the computer

The above is the detailed content of Detailed introduction to win Server 2008. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!