Tuesday, December 11, 2007

How to add user using command prompt

How to add user using command prompt

Step 1

To add a new user using the command prompt, go to command prompt and then type the following command out.

NET USER Eric * /add

It’s syntax is shown below :

NET USER [username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]

No comments: