首先把telnet服务类型改为自动,
加一条命令即可:
sc config tlntsvr start= auto (清注意start= auto中=号后面一定要有空格)
然后
net start telnet
telnet 是名称,tlntsvr才是服务名,打开“服务”,点“属性”就可以看到这个信息
这样就可以在CMD命令行下开启telnet了.
如何在CMD命令行下开启telnet服务!
share your experience
首先把telnet服务类型改为自动,
加一条命令即可:
sc config tlntsvr start= auto (清注意start= auto中=号后面一定要有空格)
然后
net start telnet
telnet 是名称,tlntsvr才是服务名,打开“服务”,点“属性”就可以看到这个信息
这样就可以在CMD命令行下开启telnet了.