Add new user windows 10

To add a new user in Windows 10, follow these steps:

Method 1: Add a new user account through Settings

  1. Go to Settings by clicking on the gear icon in the Start menu or by typing "Settings" in the search bar.
  2. Click on Accounts.
  3. Click on Family & other users.
  4. Click on Add someone else to this PC.
  5. Enter the new user's name, email address, and password.
  6. Choose whether to create a new Microsoft account or use an existing one.
  7. Click Next.
  8. Choose whether to set up the new user's account as a standard user or an administrator.
  9. Click Finish.

Method 2: Add a new user account through the User Accounts control panel

  1. Press the Windows key + X and select Control Panel.
  2. Click on User Accounts.
  3. Click on Manage another account.
  4. Click on Add a new user.
  5. Enter the new user's name, email address, and password.
  6. Choose whether to create a new Microsoft account or use an existing one.
  7. Click Next.
  8. Choose whether to set up the new user's account as a standard user or an administrator.
  9. Click Create account.

Method 3: Add a new user account through the Command Prompt

  1. Open the Command Prompt as an administrator.
  2. Type the following command and press Enter: net user <username> *
  3. Replace <username> with the desired username.
  4. Enter a password for the new user and confirm it.
  5. Press Enter to create the new user account.

Note: The new user account will be created with a standard user profile. If you want to create an administrator account, use the net user <username> * /add command instead.

After creating the new user account, you can log in to Windows 10 with the new user's credentials.