Page 1 of 1

Create Windows admin user via command line

Posted: Thu May 05, 2016 10:05 pm
by RescuePC
create Windows admin user via command line

Elevated command prompt

net user /add [username] [password]
This creates the user account.

net localgroup administrators [username] /add
This adds the user to the Local Administrators Group

Hope this helps

Cheers
Rescue PC