Install Telnet on Windows 10
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=DClhPlEAPsU
1. Open cmd as an Administrator
2. To install
c:\dism /online /Enable-Feature /FeatureName:TelnetClient
3. To test
c:\telnet google.com 80
4. When connected, type the word 'get' then press enter
5. To uninstall
c:\dism /online /Disable-Feature /FeatureName:TelnetClient
Other Videos By SBCODE
2016-03-12 | How to quickly draw water pipes in Sweet Home 3D |
2016-02-27 | Arduino and a MPU-6050 6DOF by Cosmo Cat |
2016-02-14 | Opaque Reflection Effect using Three.js by Cosmo Cat |
2016-02-09 | Reading Serial Output from Arduino into C# Console Application by Cosmo Cat |
2016-02-09 | My First Arduino Program by Cosmo Cat |
2016-01-31 | Linux Cat Command by Cosmo Cat |
2016-01-29 | Getting Started With Yeoman |
2016-01-26 | How to Host Multiple Websites using Node.js |
2016-01-25 | RESTful CRUD using GET, POST, PUT and DELETE |
2016-01-24 | Remote C++ Development on Linux using NetBeans IDE on Windows |
2016-01-23 | Install Telnet on Windows 10 |
2016-01-22 | TCPDUMP |
2016-01-21 | TDD in JAVA using JUnit and NetBeans IDE |
2016-01-21 | Command Line C++ (Linux G++ Compiler) |
2016-01-21 | Command Line JAVA |
2016-01-21 | Command Line C#.Net |
2016-01-21 | Command Line C++.Net |
2016-01-20 | Upgrade a Database from Microsoft SQL 2008 to Microsoft SQL 2016 |
2016-01-19 | Peer to Peer Replication in Microsoft SQL 2012 |
2016-01-18 | SpiderMMO |
2016-01-18 | Creating and connecting to an Azure VPN |