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
- Click on the Start button and select the Settings icon (it looks like a gear).
- Click on "Accounts" from the Settings menu.
- Click on "Family & other users" from the left menu.
- Click on "Add someone else to this PC" at the bottom of the window.
- Click on "I don't have this person's sign-in information" and then click on "Add a new user".
- Enter the new user's name, email address, and password. You can also add a password hint if you want.
- Click on "Next" and then click on "Finish".
Method 2: Create a new user account using the User Accounts control panel
- Press the Windows key + X and select "Control Panel" from the menu.
- Click on "User Accounts" from the Control Panel window.
- Click on "Manage another account" at the bottom of the window.
- Click on "Create a new account" and then click on "Next".
- Enter the new user's name, email address, and password. You can also add a password hint if you want.
- Click on "Create account".
Method 3: Create a new user account using the Command Prompt
- Press the Windows key + R to open the Run dialog box.
- Type "net user" and press Enter to open the User Accounts window.
- Type "net user
/add" and press Enter, replacing " " with the name you want to give the new user. - 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
That's it! The new user account will be created and you can log in with the new credentials.