Quick Fix : Enable Telnet Client through command line
September 12, 2011 4 Comments
I am sitting at a fresh install of Windows 7, and i needed to use telnet. I know i can enable Telnet through ‘Turn Windows Features On or Off’ but i wanted to know if i could do it through the command line.
The answer is yes i can.
From an elevated command prompt just type:
dism /online /Enable-Feature /FeatureName:TelnetClient
It seems to complete a lot faster than the ‘Windows Features’ gui as well.
Thanks to the Bing search and this post here
This works. Thanks.
This also works on SBS2011
do we need internet connection to install this feature in windows server 2016
No, I don’t think so.