Home >System Tutorial >Windows Series >How to solve the problem that there is no telnet service in Win10 function? The solution to the lack of telnet server in win10
php editor Xinyi introduces to you the solution to the lack of telnet service in Win10 system. The telnet service is not enabled by default in the Win10 system, and users need to manually enable the telnet client and server. Enable both services through the control panel or PowerShell commands. Open "Programs and Features" in the Control Panel, click "Turn Windows features on or off", check the telnet client and server, and save the settings. Enter the commands "dism /online /Enable-Feature /FeatureName:TelnetClient" and "dism /online /Enable-Feature /FeatureName:TelnetServer" in PowerShell to enable the telnet client and server respectively.
1. Press the [Win] key, or click [Start Menu] in the lower left corner. In the menu item that opens, find and click [Run];
2. Enter the [control] command in Run (Win R) and press Enter to quickly open the control panel;
3. In the Control Panel, switch to the [Category] view mode, click [Uninstall a program] under Adjust Computer Settings;
4. In the Programs and Functions window, Click [Turn Windows features on or off] on the left;
5. In the Windows features window, turn Windows features on or off. To enable a feature, select its checkbox. To turn off a feature, clear its check box. A filled box indicates that only part of the feature is enabled. Check [TelnetClient] and click [OK];
6. Win10 will automatically install the telnet client, just wait patiently;
7. When prompted that Windows has completed the requested changes, the Telnet client has been installed;
1. Press the [Win R] key combination to open the run, and enter the [cmd] command, confirm or press Enter, you can quickly open the command prompt window;
2. In the command prompt window, enter and follow the following command format, press Enter and execute the command to check whether the port is connected; telnet space ip
How to check whether the port is open, please see the following tips:
If the port is closed or cannot be connected, it means that the link with the host cannot be opened, and the link fails; if the port is open, the link is successful, and then enter telnet page (all black) to prove that the port is available.
Common commands for Telnet client:
The above is the detailed content of How to solve the problem that there is no telnet service in Win10 function? The solution to the lack of telnet server in win10. For more information, please follow other related articles on the PHP Chinese website!