How to Enable Telnet Client in Windows 7

Share

Telnet Client is used to connect to remote machine by using the Telnet protocol. For example, I’m an old fashion IT guy, and I still like to configure Cisco Switches/Routers using telnet. If you started to use Windows 7, you will notice that telnet is not enabled by default !! Don’t panic, it is just a matter of few clicks and telnet will be enabled again.

Telnet Client allows a computer to connect to a remote Telnet server and run applications on that server. Once logged on, a user is given a command prompt that can be used as if it had been opened locally on the Telnet server’s console. Commands that you type at the Telnet client command prompt are sent to the Telnet Server and executed there, as though you were locally logged on to a command prompt session at the server. Output from the commands that you run are sent back to the Telnet client where they are displayed for you to view.

When you first try to run a telnet command, Windows will informs you that telnet is not recognized as a command

telnet not enabled

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

  1. Click on Start start button,windows7 then right click on Control Panel
    control panel,windows 7,telnet
  2. From Control Panel, click on Programs :
    programs,telnet,windows 7
  3. Under Programs and Features, click on Turn Windows Features on or off
    windows features,windwos7,telnet,Under Programs and Features, click on Turn Windows Features on or off
  4. From the Windows Features window, using the slider, scroll down till you reach Telnet Client, select the check-box beside it, then click on OK
    select telnet client,telnet,windows 7,From the Windows Features window, using the slider, scroll down till you reach Telnet Client, select the checkbox beside it, then click on OK

    The selected feature will be installed.
    install feature,windows7,microsoft
  5. To confirm that Telnet is installed, open command prompt and type telnet /?telnet enabled

Summary

By default, Telnet Client is not enabled in Windows 7. To enable it, you have to add the Telnet Client Windows Feature.


Another Method :

  • Open a command prompt window.
  • Click Start,type cmd in start search box, and then press Enter.
  • Type the following command

pkgmgr /iu:”TelnetClient

  • If the User Account Control(UAC) dialog box appears, confirm that the action it displays is want you want, and then click continue.
  • When the command prompt appears again, the installation is complete
[ This article is posted at http://social.technet.microsoft.com website : http://social.technet.microsoft.com/wiki/contents/articles/910.how to-enable-telnet-client-in-windows-7.aspx ]
Share

Comments

comments

Leave a Reply