หากคุณเป็น Admin หรือ Network สิ่งที่ใช้ประจำรองลงมาจากการ Ping นั้น คือ telnet ส่วนจะใช้ในการทำอะไรนั้น ผมขอไม่พูดถึงหล่ะกัน แต่.อยู่ดีๆ จะพิมพ์ cmd แล้วพิมพ์ telnet 192.168.1.22 3389 หรือ อย่างอื่นนั้น คงต้อง Fail กันเสียก่อน
จะมีข้อความว่า ‘telnet’ is not recognized as an internal or external command, operable program or C:\>
เพราะโดยปรกติ ทาง Windows จะเป็น Option นี้น่ะ ครับ เดี๋ยวเรามาดูวิธีการเปิดหล่ะกัน
วิธีทำผ่านหน้ากราฟฟิกน่ะครับ
Windows 7, 8. 10:
Open Windows Start menu > Type “Control Panel” > Press Enter > “Programs” > “Programs and Features” > Turn Windows features on or off > Select “Telnet Client” > Press “OK”
Windows Server 2008:
Open “Server Manager” > Features > click “Add Features” > enable “Telnet Client” checkbox > click “Next” > click “Install” > when the feature installation finishes, click “Close”
Windows Server 2012, 2016:
Open “Server Manager” > “Add roles and features” > click “Next” until reaching the “Features” step > tick “Telnet Client” > click “Install” > when the feature installation finishes, click “Close”.
หากท่านจะเปิดด้วย Command Prompt
open the Command Prompt with elevated privileges (“as Administrator”) and run the following command:
Dism /Online /Enable-feature /FeatureName:TelnetClient
After you’ve put this in, Telnet will be ready to use to check your ports.
Alternatively to Command Prompt, you can use the following PowerShell command to achieve the same result:
Install-WindowsFeature -name Telnet-Client
มาดูตัวอย่างกัน

