Purpose: Create a new local user account on a Windows computer.
Run the following NET USER command in a Command Prompt window using a local administrator account:
NET USER <username> <password> /ADD
Notes:<username>
: Username for the new account<password>
: Password for the new account
Related:
Command Prompt: Add Local User Account To Local Group – CodeCentral.com
PowerShell: Add User Account To Local Group – CodeCentral.com
PowerShell: Delete/Remove A Local User Account – CodeCentral.com