Using command to create a new user

Status
Not open for further replies.

Thorn

In Runtime
Messages
324
So, without going into detail I need to do the following:

Create an Administrator account (or, create an account, and add it into the group/give it full privileges).

I have the command line and CMD, or a .bat file, and that's it. Using
Code:
net user User Pass /admin /add
I am given an access denied error, since I am not admin, and cannot create an admin account. Is it possible to elevate an account to admin, without admin password?

Also, using the 'net user' command, how tricky would it be to add the new user to the network domain, instead of just the computer in question?
 
No there is no way to create a Admin account with the Admin password. Since you cant go into details that is the only answer that will be provided.
 
Status
Not open for further replies.
Back
Top Bottom