Create Windows admin user via command line
Posted: Thu May 05, 2016 10:05 pm
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
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