Page 1 of 1

Windows 7 does not have telnet

PostPosted: Wed Mar 09, 2016 12:28 pm
by Belinda Frick
I am running Windows 7 and it does not have the telnet feature to test if I can connect to the PABX IP and port.

START -> CONTROL PANEL -> PROGRAM FEATURES -> TURN WINDOWS FEATURE ON OR OF.

It will take time to populate the list.
Tick 'Telnet Server' and APPLY.

It will then active telnet.

Re: Windows 7 does not have telnet

PostPosted: Wed Mar 09, 2016 4:58 pm
by Luanda_Junzi
Run cmd as administrator

copy and paste to cmd

TelnetClient

Code: Select all
dism /online /Enable-Feature /FeatureName:TelnetClient



TelnetServer

Code: Select all
dism /online /Enable-Feature /FeatureName:TelnetServer



Telnet.png