• About
  • Contact
  • Cookie
  • Disclaimer
  • Privacy Policy
  • Change the purpose of use

Tnhelearning.edu.vn - Various useful general information portal

  • Photo
  • Bio
  • How To
  • Tech

How to Add User from CMD

January 14, 2024 by admin Category: How To

You are viewing the article How to Add User from CMD  at Tnhelearning.edu.vn you can quickly access the necessary information in the table of contents of the article below.

X

This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.

The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.

This article has been viewed 2,894 times.

This wikiHow teaches you how to add a new user to your Windows computer using the Command Prompt. Note: you need administrator privileges to do this because standard user accounts cannot create new user accounts. We also cannot use Command Prompt to create a Microsoft Account.

Table of Contents

  • Steps
  • Advice
  • Warning

Steps

Image titled Add Users from CMD Step 1

Image titled Add Users from CMD Step 1

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/d/da/Add-Users-from-CMD-Step-1-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-1-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/d/da/Add-Users-from-CMD-Step-1- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-1-Version-4.jpg”,”smallWidth”:460,”smallHeight”:342,”bigWidth”:728,”bigHeight” :542,”licensing”:”<div class=”mw-parser-output”></div>”}
Open Start Windows Start

{“smallUrl”:”https://www.wikihow.com/images_en/0/07/Windowsstart.png”,”bigUrl”:”https://www.wikihow.com/images/thumb/0/07/ Windowsstart.png/30px-Windowsstart.png”,”smallWidth”:460,”smallHeight”:460,”bigWidth”:30,”bigHeight”:30,”licensing”:”<div class=”mw-parser-output “></div>”}

. Click the Windows icon in the lower left corner of the screen.

Image titled Add Users from CMD Step 2

Image titled Add Users from CMD Step 2

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/9/97/Add-Users-from-CMD-Step-2-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-2-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/9/97/Add-Users-from-CMD-Step-2- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-2-Version-4.jpg”,”smallWidth”:460,”smallHeight”:342,”bigWidth”:728,”bigHeight” :542,”licensing”:”<div class=”mw-parser-output”></div>”}
Find Command Prompt. Enter command prompt to find the application.
Image titled Add Users from CMD Step 3

Image titled Add Users from CMD Step 3

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/b/bf/Add-Users-from-CMD-Step-3-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-3-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/b/bf/Add-Users-from-CMD-Step-3- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-3-Version-4.jpg”,”smallWidth”:460,”smallHeight”:347,”bigWidth”:728,”bigHeight” :549,”licensing”:”<div class=”mw-parser-output”></div>”}
Right click Windows cmd

{“smallUrl”:”https://www.wikihow.com/images_en/6/66/Windowscmd1.png”,”bigUrl”:”https://www.wikihow.com/images/thumb/6/66/ Windowscmd1.png/36px-Windowscmd1.png”,”smallWidth”:460,”smallHeight”:383,”bigWidth”:36,”bigHeight”:30,”licensing”:”<div class=”mw-parser-output”: “></div>”}

Command Prompt. The application will appear at the top of the Start window. When you right click on it, a menu will drop down.

Image titled Add Users from CMD Step 4

Image titled Add Users from CMD Step 4

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/e/e2/Add-Users-from-CMD-Step-4-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-4-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/e/e2/Add-Users-from-CMD-Step-4- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-4-Version-4.jpg”,”smallWidth”:460,”smallHeight”:346,”bigWidth”:728,”bigHeight” :547,”licensing”:”<div class=”mw-parser-output”></div>”}
Click Run as administrator . This option is in the drop-down menu.
Image titled Add Users from CMD Step 5

Image titled Add Users from CMD Step 5

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/2/29/Add-Users-from-CMD-Step-5-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-5-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/2/29/Add-Users-from-CMD-Step-5- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-5-Version-4.jpg”,”smallWidth”:460,”smallHeight”:349,”bigWidth”:728,”bigHeight” :553,”licensing”:”<div class=”mw-parser-output”></div>”}
Click Yes when prompted. The Command Prompt window will open.
Image titled Add Users from CMD Step 6

Image titled Add Users from CMD Step 6

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/f/f0/Add-Users-from-CMD-Step-6-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-6-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/f/f0/Add-Users-from-CMD-Step-6- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-6-Version-4.jpg”,”smallWidth”:460,”smallHeight”:341,”bigWidth”:728,”bigHeight” :540,”licensing”:”<div class=”mw-parser-output”></div>”}
Enter the command “add user”. The “add user” command has the structure net user username password /add , where “username” is the username and “password” is the password you want to assign to that account.

  • For example, to add a user named “Michael” with password “hello123”, you need to enter net user Michael hello123 /add here.
  • If you do not want to use a password for the account, do not enter the password, instead we just enter net user username /add .
READ More:   How to have radiant skin in just one week
Image titled Add Users from CMD Step 7

Image titled Add Users from CMD Step 7

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/0/0e/Add-Users-from-CMD-Step-7-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-7-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/0/0e/Add-Users-from-CMD-Step-7- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-7-Version-4.jpg”,”smallWidth”:460,”smallHeight”:342,”bigWidth”:728,”bigHeight” :541,”licensing”:”<div class=”mw-parser-output”></div>”}
Press ↵ Enter . The command will be executed and start creating user accounts.

  • When “The command completed successfully” appears, this user has been added.
  • Image titled Add Users from CMD Step 8

    Image titled Add Users from CMD Step 8

    {“smallUrl”:”https://www.wikihow.com/images_en/thumb/b/b6/Add-Users-from-CMD-Step-8-Version-4.jpg/v4-728px-Add-Users- from-CMD-Step-8-Version-4.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/b/b6/Add-Users-from-CMD-Step-8- Version-4.jpg/v4-728px-Add-Users-from-CMD-Step-8-Version-4.jpg”,”smallWidth”:460,”smallHeight”:347,”bigWidth”:728,”bigHeight” :549,”licensing”:”<div class=”mw-parser-output”></div>”}
    Grant administrator rights to the user. If you want to transfer admin rights to a certain user account, type net localgroup administrators username /add into the Command Prompt, don’t forget to replace “username” with the account name you want to change, then press ↵ Enter .

    • For example, to make the “Michael” account an administrator, you’d need to type net localgroup administrators Michael /add and then press ↵ Enter .
  • Advice

    • By default, the user created using the Command Prompt will always be the standard (non-admin) account.

    Warning

    • If you are not logged in as an administrator, you will not be able to use the Command Prompt to add users.
    X

    This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.

    The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.

    This article has been viewed 2,894 times.

    This wikiHow teaches you how to add a new user to your Windows computer using the Command Prompt. Note: you need administrator privileges to do this because standard user accounts cannot create new user accounts. We also cannot use Command Prompt to create a Microsoft Account.

    Thank you for reading this post How to Add User from CMD at Tnhelearning.edu.vn You can comment, see more related articles below and hope to help you with interesting information.

    READ More:   How to Write a Review on Google

    Related Search:

    Related Posts

    How to Create Curved Text in Photoshop
    How to fall asleep faster
    How to Install FBReader to Read eBooks

    Category: How To

    Previous Post: « Top 999+ fast and furious images – Amazing Collection fast and furious images Full 4K
    Next Post: Top 999+ venkateswara god images hd – Amazing Collection venkateswara god images hd Full 4K »

    Copyright © 2025 · Tnhelearning.edu.vn - Useful Knowledge