• Trace:

This is an old revision of the document!


template

windows command line create users

cmd

example: create local Adminsxl with password Admin123

net user adminsxl Admin123 /add
net localgroup Administrators adminsxl /add

example: create local Owner without password

net user Owner /add
net localgroup administrators Owner /add

example: create domain user

net user username /add /DOMAIN
net localgroup username Owner /add
  • this is the default new page template
pub/windows_command_line_create_users.1637891736.txt.gz ยท Last modified: 2021/11/26 01:55 by derek