How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool, especially when Corporate Policy limits / restricts downloading and installing 3rd party tools like putty.
Solved! Go to Solution.
How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool
Since Windows Server 2008, the telnet function has been disabled by default. Use the following to enable telnet from a command window:
1. Open a cmd window, preferably with elevated permissions.
2. Run the following command:
pkgmgr /iu:"TelnetClient"
3. The telnet function should now be enabled.
How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool
Since Windows Server 2008, the telnet function has been disabled by default. Use the following to enable telnet from a command window:
1. Open a cmd window, preferably with elevated permissions.
2. Run the following command:
pkgmgr /iu:"TelnetClient"
3. The telnet function should now be enabled.
Members | Likes |
---|---|
46 | |
13 | |
13 | |
12 | |
10 |