Skip to main content

[Windows7]: Install telnet client on Microsoft Windows 7/8/10

 Install telnet client on Microsoft Windows 7/8/10

Apply to: Microsoft Windows 7/8/10, Microsoft Windows Server 2008/R2/2012/R2

Telnet client is not installed by default on Microsoft Windows 7/8/10.

Use this command to install telnet client:

Option 1

pkgmgr /iu:"TelnetClient"
C:\Users\Administrator>pkgmgr /iu:"TelnetClient"

C:\Users\Administrator>:: Check if telnet is installed successfully
C:\Users\Administrator>telnet mail.vnn.vn 110
+OK POP3 PROXY server ready (7.3.104) <2060F3D402D22CB53740DCD33405E0C4049B935B@hcm-cp69.vnn.vn>
quit
+OK POP3 server closing connection
Connection to host lost.

C:\Users\Administrator>


Option 2

C:\WINDOWS\system32>Dism.exe /online /Enable-Feature /FeatureName:TelnetClient

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.

C:\WINDOWS\system32>


Popular posts from this blog

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.