Thursday, August 27, 2015

How to Enable Telnet on Windows 10

Normally, if you go to control panel and search for "turn windows feature on or off " option there as in Windows7, you will find nothing. The option is hidden in windows10. But since the development of Windows8 , you can find everything in the search option . So to activate telnet do the following  -

Go to the left corner of your windows 10 screen and click on the "Ask me anything" option
Write "Turn W.." , you will find the option above the search box. See the picture below -


Now click on the option and it will open something like the picture below -


Select the telnet option and click on the ok button.

Why telnet in the python programming blog? As we are moving to socket programming where we will need the telnet for better understanding.
Please subscribe and comment.

No comments:

Post a Comment

Feautured Post

Python Trivia Post: enumerate()

Python has a very useful inbuilt function, which is called enumerate(). This is needed whenever you need the numbering of a certain element...