How to create User from the command prompt ?
In this Post , I will you tell you about how to create any user by using command prompt . in point of view working on the command prompt is so easy as compare than graphical . you just need to open command Prompt , then type some command on it and you will see some different result ? So , To create user from the command prompt You need to follow these steps: 1) Press Windows + R key from the keyboard . Run dialog box appears on the screen .here type cmd 2) Now, command prompt window appears on the screen . Here , You need to type net user command to see the available user in the system. 3) Now if you want to create a new user type the command net user username password /add . (for example : net user amit 123 /add) 4) So this command is used to create a new user . If you want to check the new user that bis created or not , so check by using the command net user (this command is used to see the user list) .