Flickr Gallery

Thursday, 24 July 2014

Tagged Under:

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

  • Let's Get Social





  • 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 pressEnter.

    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:
    How to Create an Admin User Account Using CMD Prompt (Windows)

    Step 3 Add as admin

    Now type:
    new localgroup administrators [username] /add
    Press Enter. Here's the example:
    How to Create an Admin User Account Using CMD Prompt (Windows)

    Done!

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

    0 comments:

    Post a Comment