Enabling Telnet Client in Windows 10

The Telnet Client is a great tool for developers and administrators to help manage and test network connectivity. However, the Telnet Client application is disabled by default in Microsoft Windows 10. Attempts to use it before activation returns the error message ’not recognized as an internal or external command, operable program or batch file’.

Telnet00

The following step-by-step shows you how to enable Telnet.

Enabling The Telnet Client

To enable Telnet Client on Windows 10, follow these steps:

  1. Right-click the Start button and select Programs and Features.
  2. Telnet01
  3. Click Turn Windows features on or off from the left-hand menu.
  4. Telnet02
  5. The Windows Features dialog box appears. Scroll down and select Telnet Client. Click OK.
  6. Telnet03
  7. The Telnet Client installations begins.
  8. Telnet04
  9. Once complete, a success message appears.
  10. Telnet05
  11. Click Close. There’s no need to restart your computer.

Verifying The Install

Once the installation completes, we can use the Telnet Client.

  1. Launch the Command Prompt by typing Command Prompt into the search box on the menu bar and clicking the app returned.
  2. Alternatively, you can also type Windows Key + R to open the Run command dialog. Type cmd and hit the Enter key.
  3. Type telnet and hit Enter to access the Telnet Client.
  4. Type help to see the supported Telnet commands.
  5. Telnet06
  6. Type q or quit to exit Telnet.
  7. Type telnet google.com 80 to Telnet into Google on port 80.
  8. Telnet07

Summary

In this article, we have seen how to enable and use the Telnet Client in Windows 10.

Notes

This article is also available on the Microsoft TechNet Wiki.

About Ken Cenerelli
I am a technical writer/programmer writer/content developer, .NET developer, Microsoft MVP, public speaker, blogger, and Microsoft Azure nerd. I blog about technology at kencenerelli.wordpress.com and am on Twitter via @KenCenerelli.

2 Responses to Enabling Telnet Client in Windows 10

  1. Pingback: Manish Sanger | How to check if a port is open on a remote host?

  2. Pingback: 2017 Year in Review: WordPress | Ken Cenerelli

Leave a comment