Create new user in windows 10 home

To create a new user in Windows 10 Home, 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" at the bottom of the window.
  5. Click on "I don't have this person's sign-in information" and then click on "Add a new user".
  6. Enter the new user's name, email address, and password. You can also add a password hint if you want.
  7. Click on "Next" and then click on "Finish".

Method 2: Create a new user account using the User Accounts control panel

  1. Press the Windows key + X and select "Control Panel" from the menu.
  2. Click on "User Accounts" from the Control Panel window.
  3. Click on "Manage another account" at the bottom of the window.
  4. Click on "Create a new account" and then click on "Next".
  5. Enter the new user's name, email address, and password. You can also add a password hint if you want.
  6. Click on "Create account".

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

  1. Press the Windows key + R to open the Run dialog box.
  2. Type "net user" and press Enter to open the User Accounts window.
  3. Type "net user /add" and press Enter, replacing "" with the name you want to give the new user.
  4. Enter the new user's password and password hint (if desired) and press Enter.

Note: The new user will have a standard user account by default. If you want to create an administrator account, you'll need to use the "net user" command with the "/add" and "/admin" options, like this: "net user /add /admin".

That's it! The new user account will be created and you can log in with the new credentials.