Telnet is not working in Windows XP

22,675

Solution 1

If you type telnet on the command prompt and get this error I'm convinced that you're XP has been explicitly changed in this way. The option you enabled is the telnet SERVICE (Which is a BAD idea!). That is opposite of what you tried in the first place which is the telnet CLIENT.

Solution 2

As far as I recall telnet client (or server) is not installed by default, for security reasons. You have to install it yourself by starting "Add/Remove Programs" in the control panel.

Solution 3

  1. Right-click on the My Computer icon
  2. Go into Properties
  3. Go into Advanced tab
  4. Click on Environment variables.
  5. Find out the PATH variable in "System Variables"
  6. Double-click on it
  7. Edit the path at the end of the line to add C:\windows\system32

I am assuming you have Windows installed on the C: drive.

Solution 4

That's odd, XP should have it included. If you have a Windows XP CD lying around, pop it in and run this from the run box (Win + R):

sfc /scannow

This will start the Windows File Protection service and begin to scan all protected files and verify them. It will replacing any files which are missing or have problems.

Share:
22,675

Related videos on Youtube

Def
Author by

Def

Updated on September 17, 2022

Comments

  • Def
    Def over 1 year

    Whenever I type the command "telnet" in Windows XP command prompt, I get the output as:

    'Telnet' is not recognized as an internal or external command, operable program or batch file

    I've already enabled the telnet client by clicking on Start option from 'Administrative Tools\Component Services\Services (local)'.

    Why then is it not working?

  • John T
    John T over 14 years
    That's for Vista++