用户管理

  1. 添加用户
# net user 用户名 密码 /add
net user test testpwd /add
  1. 修改用户为管理员
net localgroup administrators test /add

评论