Answer:
The following Commands are:
- First, sc config TlntSvr start=auto ;
- Second, net start TlntSvr ;
- Third, netsh firewall add portopening TCP 23 "Telnet"
Step-by-step explanation:
Telnet is the protocol which allows user to connect with the remote computers (called as hosts) over the TCP/IP(Transmission Control Protocol/Internet Protocol) networks (such as an internet). Using the telnet clients' software on the user's computer, they can make the connections to the telnet server.