Add new user account windows 10
To add a new user account in Windows 10, follow these steps:
Method 1: Add a new user account using the Settings app
- Click on the Start button and select the Settings icon.
- Click on the "Accounts" option.
- Click on "Family & other users" from the left menu.
- Click on "Add someone else to this PC".
- Enter the new user's name, email address, and password.
- Choose the account type: "Standard user" or "Administrator".
- Click "Next" and then "Finish".
Method 2: Add a new user account using the Control Panel
- Click on the Start button and type "Control Panel" in the search bar.
- Click on the "Control Panel" result to open it.
- Click on "User Accounts" and then "Manage another account".
- Click on "Create a new account".
- Enter the new user's name, email address, and password.
- Choose the account type: "Standard user" or "Administrator".
- Click "Create account".
Method 3: Add a new user account using the Command Prompt
- Press the Windows key + X and select "Command Prompt (Admin)".
- Type the following command and press Enter:
net user <username> *
- Replace
<username>
with the desired username. - Enter a password for the new user account.
- Confirm the password by entering it again.
Additional steps:
- After creating the new user account, you may need to set up the account's settings, such as the desktop background, default browser, and other preferences.
- You can also set up the new user account to use a Microsoft account (formerly known as a Windows Live ID) by clicking on the "Sign in with a Microsoft account" option during the setup process.
- If you want to add a new user account with administrator privileges, you will need to use Method 1 or Method 2, as the Command Prompt method only allows you to create standard user accounts.