Windows 7: Enabling Telnet Client
Introduction
Telnet Client is used to connect to remote machines 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:
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/1-%20telnet%20not%20enabled.png
Steps
To enable Telnet Client on Windows 7, follow these steps:
Click on Start http://elmajdal.net/Win7/Enabling_Remote_Desktop_Connection_in_Windows_7/1-start-button.png then left (right click if you have reversed your mouse buttons) click once on Control Panel.
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/2-control%20panel.png
From Control Panel, click on Programs.
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/3-programs.png
Under Programs and Features, click on Turn Windows Features on or off.
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/4-windows%20features.png
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.
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/5-select%20telnet%20client.png
The selected feature will be installed.
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/6-install%20feature.png
Once it is installed, the Windows Features windows will be closed.
To confirm that Telnet is installed, open command prompt and type telnet /?
http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7/7-telnet%20enabled.png
Summary
By default, Telnet Client is not enabled in Windows 7. To enable it, you have to add the Telnet Client Windows Feature.
References
This article is ported from the ElMajdal.Net website : http://elmajdal.net/Win7/Enabling_Telnet_Client_in_Windows_7.aspx