Created
November 15, 2018 14:23
-
-
Save bogdangrigg/96342ef76e27bc00c0ac639a376f9780 to your computer and use it in GitHub Desktop.
Install the telnet client on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-WindowsFeature -name Telnet-Client | |
# or | |
dism /online /Enable-Feature /FeatureName:TelnetClient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment