how to create user account in
command prompt in windows 7:---
• Click on start menu .
.Type “ CMD ” in search box in start
menu and hit enter.
• Type the following command to add an
account in the cmd .
Code :
net user /add useraccountname
mypassword
• Here to add the user to the
administrator group, then add the
following command.
Code :
net localgroup administrators
useraccountname /add
. • To give the full administrator right to
the user , then type the following code .
Code :
net share concfg *C :\/
grant : useraccountname, full
command prompt in windows 7:---
• Click on start menu .
.Type “ CMD ” in search box in start
menu and hit enter.
• Type the following command to add an
account in the cmd .
Code :
net user /add useraccountname
mypassword
• Here to add the user to the
administrator group, then add the
following command.
Code :
net localgroup administrators
useraccountname /add
. • To give the full administrator right to
the user , then type the following code .
Code :
net share concfg *C :\/
grant : useraccountname, full