InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search
  • Home
  • > Tutorials
  • > Windows

How to enable telnet program on Windows 10

By admin on Dec 8, 2015

Windows does not have telnet program enabled by default. Telnet is a handy tool to check if a port is up or not at any remote IP or local machine. Here are steps to enable telnet client on Windows 10. Similar approach should also work on other Windows versions.

Open Programs and features

Search for “Programs and features” in search box and then click on it to open it.
windows-10-search-programs-and-features

Enable telnet client

Click “turn Windows feature on of off” link in left pane. Select telnet client to enable it and click OK.
windows-10-turn-windows-features-telnet-on-off

Verify if telnet is working

To verify if telnet has been enabled, open command line program and type telnet -h. You should see the following output.

telnet -h
telnet [-a][-e escape char][-f log file][-l user][-t term][host [port]]
 -a      Attempt automatic logon. Same as -l option except uses
         the currently logged on user's name.
 -e      Escape character to enter telnet client prompt.
 -f      File name for client side logging
 -l      Specifies the user name to log in with on the remote system.
         Requires that the remote system support the TELNET ENVIRON option.
 -t      Specifies terminal type.
         Supported term types are vt100, vt52, ansi and vtnt only.
 host    Specifies the hostname or IP address of the remote computer
         to connect to.
 port    Specifies a port number or service name.

Suggested posts:

  1. How to find python package’s file location
  2. How to migrate wordpress from root to sub directory
  3. Javascript – dump all handlers on window object
  4. How to create facebook app for using fbconnect for your website login
  5. How to use qpdf to add/remove password from pdf on mac
  6. Apache – add basic auth to a location or directory
  7. How to use phantomjs to create site/url snapshot thumbnail
  8. How to run a program as administrator on windows 10
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Tutorials, Windows, Windows 10
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress