All commands in this section must be given in an Administrator/root shell!
| Windows Account Management | |
|
View User Accounts |
To view all accounts give the shell command:
net user
For details on user <uname> give the shell command: net user <uname>
|
|
Remove User Accounts |
To delete the account for user <uname> give the shell command:
net user <uname> /delete
|
|
Change User Account Passwords |
To change the password for user <uname> give the shell command:
net user <uname> *
|