Postingan

Menampilkan postingan dengan label TELNET & CMD

How to activate (enable) telnet client on Windows XP and Windows

Gambar
1. Enable / Disable Telnet Client command on Windows XP By default telnet is enabled on Windows XP. However on some messed up Windows installations, cause of viruses or some custom users changes the PATH variable set for command prompt to C:\WINDOWS\system32\ is missing and therefore typing in telnet in cmd.exe fails to find the command. Thus it is good idea before trying to enable telnet with dism command to try running in Command Prompt C:\WINDOWS\system32\telnet.exe,  If the command is not found  by giving it full path, then you can read down the article how to enable it. Launch command prompt cmd.exe and type: dism /online /Enable-Feature /FeatureName:TelnetClient dism command enable disable telnet client command on windows 7 and windows 2008 servers Launching again: dism /online /Enable-Feature /FeatureName:TelnetClient Disables telnet, whether it is enabled on system, on some systems XP admins might want to do this for increasing system security 2. E...

Enable Telnet through Command Prompt or Control Panel in Windows 7 |

Gambar
On Windows 7 or Windows 8, the Telnet Client and Server is disabled by default. If you want to enable it, you can do so using the Command Prompt or via the Control Panel. Enable Telnet using CMD To enable Telnet through Command Prompt: Click on Start and under search type in CMD Right click on CMD and click on Run as administrator Enter the Administrator password if it prompt Then type in pkgmgr /iu:”TelnetClient” to enable the Client And pkgmgr /iu:”TelnetServer” to enable the Server Enable Telnet via Control Panel In case if you want to enable it through Windows Explorer here are the steps: Click on Start and under search type in appwiz.cpl Then click Turn Windows feature on or off from the right side panel There look for Telnet Server and Telnet Client and click on that box Click OK and reboot the system if prompted.