how to add user accounts using cmd
1.open cmd as an administrator
2. net user (hit enter)
3. net user nameOfAccount /add (hit enter)
now you hava new account
to protect your new account with password
1. net user nameOfAccount *
2.enter the password (hit enter)
3.confirm the password (hit enter)
to delete the account
net user nameOfAccount /del(hit enter)
1.open cmd as an administrator
2. net user (hit enter)
3. net user nameOfAccount /add (hit enter)
now you hava new account
to protect your new account with password
1. net user nameOfAccount *
2.enter the password (hit enter)
3.confirm the password (hit enter)
to delete the account
net user nameOfAccount /del(hit enter)