Sunday, April 3, 2022

How to enable telnet in windows

 Telnet command is not by default enabled sometimes in Windows. In order to enable telnet command, please follow below steps:

1. Click on Start button and search for "Turn windows features On or ff" , right click it and select run as administrator


2. Make sure you mark "Telnet client" from the list and click on OK.



3. Restart the computer

4. To confirm, open command prompt and type telnet and hit enter to make sure it is enabled after the changes




No comments:

Post a Comment

Java 8 TLS 1.3 Support: Fix “Client Requested TLS 1.3” SSL Errors Without Upgrading to Java 11

If your Java 8 application recently started failing HTTPS or API calls, you’re not alone. More services are enforcing TLS 1.3 only connectio...