|
|
Similar entries
- How to enable telnet in windows 7
- How to enable telnet in windows vista
- How to Copy Files from Windows to Linux via SSH
- How to schedule automatic restart of Windows XP machine
- how to change the Default Location for Installing Programs from Program Files
- How to install IIS in Windows Vista and Windows 7
- Make your windows XP machine, work as a router
- Howto enable remote desktop in windows XP.
- How to install IIS (Internet Information Server) on Windows XP
- How to disable screen saver and turn off monitor feature in windows vista
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.