Wiki/TelNet: Difference between revisions

From Piszczynski
piszczynski>Aleks
(Created page with " == Using Telnet to test open ports == You will need to enable Telnet in CMD dism /online /enable-feature /featurename:telnetclient")
 
piszczynski>Aleks
Line 5: Line 5:


dism /online /enable-feature /featurename:telnetclient
dism /online /enable-feature /featurename:telnetclient
Or use this in powershell
Install-WindowsFeature -name Telnet-Client

Revision as of 16:02, 6 September 2019

Using Telnet to test open ports

You will need to enable Telnet in CMD

dism /online /enable-feature /featurename:telnetclient

Or use this in powershell

Install-WindowsFeature -name Telnet-Client