‘telnet’ is not recognized as an internal or external command operable program or batch file.

In this article, we will see the solution for the below telnet error.

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

'telnet' is not recognized as an internal or external command operable program or batch file.

What is telnet

Telnet is an application protocol used on the Internet or local area network to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.

Reason: Telnet is disabled by default.

Solution: We have to enable telnet by using below steps.

1. Open control by Windows + R . Then, control panel and enter.

2. Click on Programs

3. Then click on Programs and Features.

4. Then, click on Turn Windows features on or off.

5. Then scroll down to Telnet Client and check the checkbox as shown above.

6. Now, run telnet command.

telnet localhost 3306

so, telnet error has gone.

Leave a Reply

Your email address will not be published. Required fields are marked *