"Rasheed" <(E-Mail Removed)> wrote in message
news:9a72ffef-92b0-47c1-b758-(E-Mail Removed)...
> 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
|