How to Create a User Account Using CMD Prompt
(Windows)
Step 1 Open CMD Prompt...
On Windows XP, click the Start button, then open up Run...,
and type in "cmd" and click OK.
On Windows Vista or Windows 7, click Start, search for
"cmd" and press Enter.
Or WIndows key+R will open Run then Type CMD.
Step 2 Add username and password
Now, in the command prompt window, type:
net user name /add
net user username password /add.
Step 3 Add as admin ( giving the user admin rights there are many local groups in windows you can specify anyone of them )
Now type:
net localgroup administrators username /add
To delete a user on your computer, open the Command Prompt
Use the step no 1(to goto CMD)
Now type:
net user username /del
No comments:
Post a Comment