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