How to Create an Admin User Account Using Command Prompt
This is a quick tutorial on how to create a new administrator user account using Command Prompt.

Here's How:

1. Please open the Command Prompt by clicking Start Menu --> All Programs --> Accessories, right-click on Command Prompt, and open it as an administrator. In Windows Vista and later versions of Window operating systems type cmd.exe into Start Screen or Start Menu, right-click on Cmd.exe, and open it as an administrator.

2. At the Command Prompt window, type:

Code:

net user /add [username] [password]


Press Enter key. Here's an example of what it should look like:

How to Create an Admin User Account Using Command Prompt HGvw83k

3. At the Command Prompt window, type:

Code:

net localgroup administrators [username] /add


Press Enter key. Here's an example of what it should look like:

How to Create an Admin User Account Using Command Prompt WAQpPVv

You should now have a new Admin user account on your PC!