user add in windows 10

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

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 2Add 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:

Step 3Add as Admin

Now type:

net localgroup administrators [username] /add

Press Enter. Here's the example:

Done!

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

Post a Comment

0 Comments