Install and Enable Telnet Server Service in Windows Vista安装并启用Telnet服务器服务在Windows Vista
To accept a incoming Telnet connection, a PC, computer or server must enable and run Telnet Server service which is listening to TCP port 23.接受传入的Telnet连接, PC机,电脑或伺服器必须启用并运行Telnet服务器服务,这是听TCP端口23 。 By default Windows Vista doesn’t install Telnet Server.默认情况下Windows Vista没有安装Telnet服务器。 The disable of Telnet Server is good practice to minimize security risks.禁用的Telnet服务器是好的做法,以尽量减少安全风险。 The following guide will install and enable Telnet Server in Vista if you really need it running.以下指南将安装并启用Telnet服务器在Vista如果你真的需要它运行。 Telnet Server in Vista is similar to the one comes with Windows Server 2003, where it provides ASCII terminal sessions to Telnet clients, and supports two types of authentication plus four types of terminals: ANSI, VT-100, VT-52, and VTNT. Telnet服务器在Vista是一个类似来与Windows Server 2003 ,它提供ASCII终端会议Telnet客户端,并支持两种类型的认证,另加四种类型的终端:的ANSI ,佛蒙特州- 100 ,佛蒙特州- 52 ,和vtnt 。
How to Enable the Telnet Server Service in Windows Vista 如何使Telnet服务器服务在Windows Vista
- Click on Start button, then go to Control Panel -> Programs.点击开始按钮,然后转到控制面板-> “程序。
- Under the Programs and Features section, click Turn Windows features on or off .根据程序和功能区段中,按一下打开Windows功能或关闭 。 If User Account Control permission confirmation request warning pops up, click on Continue.如果使用者帐户控制权限确认请求警告,持久性有机污染物的,按一下就继续下去。 If you are prompted for an administrator password, type the password.如果系统提示您输入系统管理员密码,输入密码。
- In the Windows Features dialog box, select (tick) the Telnet Server check box.在Windows功能对话框中,选择(剔) Telnet服务器复选框。
- Click OK.单击确定。 Wait for the installation to finish.等待安装完成。
- Go back to Control Panel, then go to System -> Administrator Tools.回去控制面板,然后转到系统-> “管理员工具。
- Click on Services applet (services.msc if you prefer to use Run command or Start Search).按一下服务程序( services.msc如果您喜欢使用运行命令或开始搜寻) 。
- Locate the “Telnet” service, right-click on it and select Properties.找到“的Telnet ”服务,右键单击它并选择属性。
- In the Startup Type drop down menu, select “Automatic” instead of “Disabled”.在启动类型下拉菜单中,选择“自动”而不是“残疾” 。
- Click on Apply button.点击应用按钮。
- Right-click on the “Telnet” service again, but this time select Start option on right click context menu.右键点击“的Telnet ”服务,但这个时候选择开始选项,按一下滑鼠右键,上下文菜单。 Telnet Server service should be running after this. Telnet服务器服务应运行后,这一点。
- Click OK.单击确定。
After installing Telnet Server Windows feature, instead of going to Services MMC applet, if you prefer you can use elevated command prompt to start Telnet Server, and set Telnet service to run automatically on every system startup.安装完毕后Telnet服务器的Windows功能,而不是去服务MMC Applet的,如果您愿意,您可以使用提升的命令提示符启动Telnet服务器,并设置Telnet服务自动运行,对每一个系统启动。 The commands to use are:该命令使用是:
- sc config TlntSvr start=auto资深大律师配置tlntsvr开始=自动
Set Start Type option to Auto.设置启动类型选择自动。
- sc start TlntSvr资深大律师开始tlntsvr
or或
net start TlntSvr净开始tlntsvr
Start the Telnet Server immediately.启动Telnet服务器立即。
Configuration Options for Telnet Server 配置选项Telnet服务器
As Vista Telnet Server is ported from Telnet Server in Windows 2003, XP and 2000 (W2K), the configuration settings available and how to configure the server are pretty much similar.作为Vista的Telnet服务器移植是从Telnet服务器在Windows 2003 , XP和2000 ( w2k ) ,配置设置可用,以及如何配置服务器是非常类似。 Generally tlntadmin command is used to administer a local or remote Telnet Server.一般tlntadmin命令是用来管理本地或远程Telnet服务器。
For example, you can use tlntadmin command to start, stop, pause or continue Telnet server.举例来说,您可以使用tlntadmin命令来启动,停止,暂停或继续Telnet服务器。 Command syntax is:命令语法是:
tlntadmn [\\RemoteServer] [start] [stop] [pause] [continue] [-u UserName-p Password] tlntadmn [ \ \ remoteserver ] [开始] [停止] [暂停] [继续] [中美用户名-密码]
The Telnet Server requires NTLM authentication by default.该Telnet服务器需要NTLM身份验证默认情况下。 To deactivate and disable NTLM authentication and switch to use only password authentication, use following tlntadmin command:要关闭和禁用NTLM身份验证并切换到只使用密码验证,使用tlntadmin以下命令:
tlntadmn config sec=-NTLM tlntadmn配置秒=-验证
Another example command that make Telnet session switch to streams mode in order to make display easier for Unix/Linux clients:另一个例子,命令,使Telnet会话切换到溪流的模式,以便使显示更容易UNIX / Linux的客户端:
tlntadmn config mode=stream tlntadmn配置模式=流
For more command references visit更多的命令参考访问 Microsoft Telnet page微软的Telnet页 . 。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- Enable and Install Telnet Client in Vista启用和安装Telnet客户端在Vista
- How to Check if Telnet Is Running on a Server如何检查,如果Telnet是运行在服务器上
- Disable and Turn Off Telnet in Linux禁用和关闭的Telnet在Linux
- Restore Windows NT Backup (ntbackup) .bkf in Vista and ‘Longhorn’ Server 2008恢复Windows NT备份( Ntbackup会) 。 bkf在Vista和'长'伺服器2008年
- Install and Run IIS (Internet Information Services) Server 7 in Vista安装和运行的IIS ( Internet信息服务)服务器7月在Vista
- How to Install KMS Server to Activate Windows Vista Business or Enterprise如何安装的KMS服务器来激活Windows Vista商业版或企业
- Restore Windows XP and 2003 .bkf Backups in Windows Vista and Longhorn Server with NT Backup Restore Utility还原Windows XP和2003年。 bkf备份在Windows Vista以及Longhorn Server与NT备份还原工具
- Workaround to Run VNC Server in Windows Vista其他可行方案运行的VNC服务器在Windows Vista
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4安装Web服务器在Windows XP的Apache2 , php5和mysql4 -第4部分
- Install or Enable Snipping Tool in Windows Vista安装或启用微调工具在Windows Vista


















