Create Windows admin user via command line

Windows based issues resolved
Post Reply
RescuePC
Posts: 122
Joined: Wed Apr 04, 2012 8:48 pm

Create Windows admin user via command line

Post 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
Post Reply