Skip navigation

How do I enable the telnet server in Windows 2000?

A. Windows 2000 includes a telnet service which is installed by default but the service is not automatically started. To start via the GUI perform the following:

  1. Start the Computer Management MMC snap-in (Start - Programs - Administrative Tools - Computer Manager)
  2. Expand the 'Services and Applications' branch
  3. Select the Services leaf
  4. Right click on 'Telnet' and select Start
  5. You could also right click and select Properties and set the startup type to Automatic so it will always be started. Click OK

To start from the command line use

C:\&gt; <b>net start tlntsvr</b><br>
The Telnet service is starting..<br>
The Telnet service was started successfully.

The telnet service uses %systemroot%\system32\tlntsvr.exe so if you wanted to stop it being started on a machine you could set an ACL on the image or delete.

Unlike normal Telnet services passwords are not set clear text and are encrypted using NTLM. You need a special client which is provided with Windows 2000 Professional (luckily :-) ).


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish