I can add user using net user command(ex net user sampath /add), im adding user called sampath to my win7 pc
using the same command with /active parameter I can enable/disable the user account
I can view the local users I have created using just typing net user
I can see the local group users( as a exampel I have selected administrators group) uwing net localgroup command
I can add user to local group using same command with parameter /add
ex im addinng user account sampath to the local administrators group.
I can change the password using net user command(net user username password)
in this exampple im changing the user sampath’s password as admin@1234