Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBraulio Garcia
8,631 PointsTelnet tool breaks the smoothness of the course
Guys, I'm having a hard time installing Telnet on my Windows 10 machine. I tried many options, the teacher's notes included but nothing help me. I had to use a workspace and it was giving me lots of options, I had to try some to see what's what I need. I think the video should say, use workspace, please. other options might disrupt the flow of the course.
1 Answer
Jamie Reardon
Treehouse Project ReviewerHi Braulio Garcia you can install it via running the command dism /online /enable-feature /featurename:telnetclient
in cmd or PowerShell. The command is different to the one you see in the video, to connect to a hostname, type open <hostname> <port>
, for example open httpbin.org 80