ChenRihe
#添加用户
net user test1 123.comaa /add
#设备用户至管理员组 net localgroup
"administrators" test1 /add
#允许修改密码 net user test1
/passwordchg:yes

 

net user test1 123.comaa /addnet localgroup "administrators" test1 /addnet user test1 /passwordchg:yes

分类:

技术点:

相关文章:

  • 2021-11-03
  • 2021-10-12
  • 2021-07-27
  • 2021-10-09
  • 2021-12-23
  • 2021-12-05
  • 2021-08-26
  • 2022-01-01
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2021-09-21
  • 2021-11-13
  • 2021-04-25
  • 2021-11-14
相关资源
相似解决方案