Install telnet on windows 10
How to install Telnet on Windows 10
Telnet is a protocol that inbuilt in the windows operating system that allows you to connect to remote computers over a TCP/IP network. By default Telnet client disabled in windows operating system. If you need to install the Telnet client in Windows 10 use the following steps.
Option 1
1. Click on start search control panel.
2.Double click on the control panel.
3. When control panel Windows open, click on Program and Features.
4. Click on Turn Windows Features on or off.
5. On Windows Features Select Telnet Client and click on OK
Option 2
Enabling the Telnet client through the command line
1. Click on Start search PowerShell
2. Right-click on PowerShell and select Run as administrator
3. When PowerShell open type dism /online /Enable-Feature /FeatureName:TelnetClient and press enter
dism /online /Enable-Feature /FeatureName:TelnetClient
Option 3
1. Press Windows key +R for Run
2. When Run open type pkgmgr /iu:”TelnetClient” and press enter
Comments
Post a Comment