Creating a new user in windows10

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

Method 1: Create a new user account using the Settings app

  1. Click on the Start button and select the Settings icon (it looks like a gear).
  2. Click on "Accounts" from the Settings menu.
  3. Click on "Family & other users" from the left menu.
  4. Click on "Add someone else to this PC" or "Add a new user".
  5. Enter the new user's name, email address, and password.
  6. Choose the account type: "Standard user" or "Administrator".
  7. Click "Next" and then "Finish".

Method 2: Create a new user account using the Control Panel

  1. Press the Windows key + X and select "Control Panel" from the menu.
  2. Click on "User Accounts" and then "Manage another account".
  3. Click on "Create a new account".
  4. Enter the new user's name, email address, and password.
  5. Choose the account type: "Standard user" or "Administrator".
  6. Click "Create account".

Method 3: Create a new user account using the Command Prompt

  1. Open the Command Prompt as an administrator: right-click on the Start button and select "Command Prompt (Admin)".
  2. Type the following command and press Enter: net user <username> *
  3. Replace <username> with the desired username.
  4. Enter the new user's password and confirm it.
  5. Press Enter to create the new user account.

Note: The net user command creates a new user account with a random password. You can change the password later using the net user <username> * command again.

After creating a new user account, you can log in to Windows 10 with the new user's credentials. The new user will have their own set of files, settings, and applications, which are separate from the existing user accounts on the system.