Net user command
- how to create user account in cmd
- how to create user account in cmd in windows 10
- how to create user account in windows 11 cmd
- how to create user account through cmd
Cmd add user to group
Create admin account cmd. windows 11!
Net user command : Manage user accounts from command line
Using Net user command, administrators can manage user accounts from windows command prompt.
Below are some examples on how to use this command.
Add a domain user account:
Net user /add username newuserPassword /domainAdd new user on local computer:
Net user /add username newuserPasswordAdvanced options to add new user account can be read in the below article.
Add new user from windows command line.
Disable/Lock a domain user account:
Net user username /ACTIVE:NO /domainTo enable/unlock a domain user account:
Net user loginid /ACTIVE:YES /domainPrevent users from changing their account password:
Net user username /Passwordchg:NoTo allow users to change their password:
Net user username /Passwordchg:YesTo retrieve the settings of a user:
Net user usernameExample:
C:\>net user techblogger User name techblogger Full Name Comment User's comment Country code 000 (System Default) Account active Yes Account expires Never Password last set- how to create an admin account in cmd
- how to make a user account in cmd