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

Viber: Notes

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5

IBM i: DB2 for i

IBM DB2 for i DB2 for i is a member of IBM’s family of DB2 databases. What makes DB2 for i unique is its integration with the platform, the IBM i operating system and Power Systems. This unique integration means you do less managing of your database, and more building of applications for analytics, mobile, cloud, or day to day operational purposes. DB2 for i’s open standards support allows you to leverage the world of development tools while protecting your investment in legacy applications. Self managing is what DB2 for i is all about ! Let's ST a R t SQL  with STRSQL command. Query all databases SELECT DISTINCT table_schema FROM systables Query returns list of all databases