How to Create an Admin User Account Using CMD Prompt (Windows)

Mar 7, 2011 03:19 AM
Oct 3, 2019 06:34 PM

This is a quick tutorial on how to create a new administrator account on a Windows computer.

Step 1: Open CMD Prompt...

On Windows XP, click the Start button, then open up Run..., and type in "cmd" and click OK.

On Windows Vista or Windows 7, click Start, search for "cmd" and press Enter.

Step 2: Add Username and Password

Now, in the command prompt window, type:

net user /add [*username] [password]

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

634347790192003910.jpg

Step 3: Add as Admin

Now type:

net localgroup administrators [username] /add

Press Enter. Here's the example:

634347790543572513.jpg

Done!

You should now have a new Admin Account on your PC!

Comments

No Comments Exist

Be the first, drop a comment!