Sunday, January 12, 2014

How to add a User Account by Command Prompt (CMD)

Add a user Account by Command Prompt

1.Go to Star-->Run and type "cmd" without quotes


2.In Cmd type "net user usernamehere /add this type of user does not require a password to log in

But if you want to create a user that logins with password you should type :net user usernamehere passwordhere /add .
For Example
net user james 12345 /add. James is the username that will be created and 12345 will be the password for this user to log in



No comments:

Post a Comment