How do I modify the default Telnet client terminal type?

John Savill

June 7, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. When you connect via Telnet, your session can emulate one of a number of types. Usually you can set the type by starting Telnet and running the following command:

set term x

(where x is ANSI, VT100, VT52, or VTNT).

You can also set the type in the registry. To avoid having to set each type, perform the following steps:

  1. Start regedit.exe.

  2. Go to HKEY_CURRENT_USERSOFTWAREMicrosoftTelnet.

  3. From the Edit menu, select New, DWORD value.

  4. Enter a name of TERMTYPE.

  5. Set TERMTYPE to one of the following:

    • 0—Default VTNT

    • 1—VT100

    • 2—VT52

    • 3—ANSI

  6. Click OK.

  7. Close regedit.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like