Create New User Account From Command Line

  • Thread starter Thread starter Rasheed
  • Start date Start date
R

Rasheed

Hi All,

How can I create a new user account from the command line?
i need to add the user in the local Users and Groups in the Groups
Administrators.(Groups -> Administrators)


so kindly guid how to do it. if any commands please list out all. so
it would be very helpfull.

regards
Rasheed.
 
Rasheed said:
Hi All,

How can I create a new user account from the command line?
i need to add the user in the local Users and Groups in the Groups
Administrators.(Groups -> Administrators)


so kindly guid how to do it. if any commands please list out all. so
it would be very helpfull.

regards
Rasheed.

Try the following commands:
net /?
net help
net user /?
net help user
net localgroup /?
net help localgroup
 
Back
Top