Net 命令



net use 命令打远程主机的某个共享资源映射为本地盘符:

net use Z: \\192.168.100.122\share

net start  查看已启动的服务

net start xxxxx   开启服务

net stop  xxxxx   关闭服务

net user 查看所有账户

net user andy 查看andy帐号的详细信息

net user sj0621 0621 /add  新建用户sj0621,密码0621

net user sj0621 /del  删除用户

net user andy /active:no 禁用andy帐号

net user andy /active:yes 启用andy帐号










你可能感兴趣的:(命令,dos,职场,net,休闲)