Managing Windows User Accounts with net user Command
The “net user” command is a Command Prompt (Shell) command used to manage user accounts on a Windows operating system. It can be used to create, modify, or delete user accounts, as well as to change passwords and manage group memberships.
Syntax net user [username [password | *] [options]] [/DOMAIN] net user username {password | *} /ADD [options] [/DOMAIN] net user username [/DELETE] [/DOMAIN] net user username [/TIMES:{times | ALL}] net user username [/ACTIVE: {YES | NO}] Add a user To add a new user account:
ShellWindows#net#windows#user management