Click Here To Get Amazing Facebook Profile Covers,Status Messages

How to install telnet on windows XP machine

1 reply [Last post]
angel's picture
angel
User offline. Last seen 2 years 39 weeks ago. Offline
Joined: 08/22/2009

How telnet can be installed on a windows XP machine

rajesh's picture
rajesh
User offline. Last seen 12 weeks 6 days ago. Offline
Joined: 08/17/2009
To use your windows XP as a

To use your windows XP as a telnet client you do not need to install any particular software but you can install various open source telnet clients for ease of use.PuTTY is an example its an open source telnet and SSH Client for the Windows and Unix platforms.

at very basic you can got to command line and type telnet

If you want to use your machine as telnet server then you need to start telnet service for that go to Administrative Tools -> services and start telnet service. or type sc start tlntsvr in command line.Telnet service allows remote client to connect to server and run programs.