Create New User Account From Command Line

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.
 
P

Pegasus \(MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top