John Hoder
26Jul2011,13:19   #11
Scripting's Avatar
You can't avoid that via online...
Contributor
26Oct2011,00:13   #12
Alex.Gabriel's Avatar
Well i understand that this is an old thread but still i will complete it
You will never add an user to the system using 'default way' still if i remember good commands for these userads are :

1- check if you are in admin localgroup
Code:
net localgroup Administrators
If you are listed there you are good to go.
Code:
net users fakeadmin 123456 /ADD
make fakeadmin ... admin
Code:
net localgroup Administrators fakeadmin /add
Check localgroup again to see if you are there