Installing The Telnet Client Into Windows 7

Posted May 26, 2009 by Rich Menga  

Linux people in particular like the Telnet protocol because it allows easy command line interface access to PCs on a home network or small-biz setup. However if you have a Win 7 PC on your network, go to a prompt and type "telnet", the infamous "telnet is not recognized as an internal or external command.." shows up.

Is the telnet.exe program gone from Windows 7? No. You can easily put it back. Here’s how it’s done.

Step 1. Go to Control Panel, then Programs (big green link)

image

Step 2. Click Turn Windows Features on or off (blue link)

image

Step 3. Check the box for Telnet Client

image 

…and that’s it.

You will have the telnet.exe program available from the command prompt again.

Which Of These Traits Applies To YOUR Computing Life?...

One Response to “Installing The Telnet Client Into Windows 7”

  1. SAP says:

    Telnet is not used as much now, because any passwords are transmitted as clear (unencrypted) text.
    Where possible, it’s much better to use another protocol such as SSH.

    However, the telnet client can be useful as a quick and dirty way for checking servers, e.g.

    telnet http://www.example.com 80
    GET /

    [Do not enable Telnet Server unless you really know what you are doing]

Leave a Reply