nbtstat –n #查看本机在网络上注册的netbios名
hostname #查看本机名
whoami /user #查看SID
ipconfig /all/release/renew #释放/重新获取
ping ip –t –l 1000 #连续发送1000字节长的ping消息
tracert ip #跟踪路径
pathping ip #实现简单跟踪路径功能
route print #路由表打印
mmc #打开管理控制台
net send #发送网络消息
net user wangyz password /add
#创建用户,名为wangyz 密码password
net localgroup wyz /add
#创建本地组,名为wyz
net share 共享名=d:\已存在的文件夹
net share共享名 /del #删除共享
net stop server |@echo y #关闭服务
net start server #开启服务