Enable Telnet Client on Windows 10


Enable Telnet Client on Windows 10

Enable

Enable-WindowsOptionalFeature -Online -FeatureName TelnetClient -All

Usage

Ensure it is used via cmd or powershell console. Do not use it with ISE

telnet 1.1.1.1 80
HTTP/1.1 400 Bad Request                                                                                                Server: cloudflare                                                                                                      Date: Wed, 11 Aug 2021 22:11:31 GMT                                                                                     Content-Type: text/html                                                                                                 Content-Length: 155                                                                                                     Connection: close                                                                                                       CF-RAY: -                                                                                                                                                                                                                                       <html>                                                                                                                  <head><title>400 Bad Request</title></head>                                                                             <body>                                                                                                                  <center><h1>400 Bad Request</h1></center>                                                                               <hr><center>cloudflare</center>                                                                                         </body>                                                                                                                 </html>