Adding a user from a Windows command prompt is easy. We can use the net user command. Specify the username and password, append a /ADD and we are off to the races.
net user username password /ADD
Example Command.
net user incredigeek mysecurepassword /ADD
https://www.windows-commandline.com/add-user-from-command-line/