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
- Go to Settings by clicking on the gear icon in the Start menu or by typing "Settings" in the search bar.
- Click on Accounts.
- Click on Family & other users.
- Click on Add someone else to this PC.
- Enter the new user's name, email address, and password.
- Choose whether to create a new Microsoft account or use an existing one.
- Click Next.
- Choose whether to set up the new user's account as a standard user or an administrator.
- Click Finish.
Method 2: Add a new user account through the User Accounts control panel
- Press the Windows key + X and select Control Panel.
- Click on User Accounts.
- Click on Manage another account.
- Click on Add a new user.
- Enter the new user's name, email address, and password.
- Choose whether to create a new Microsoft account or use an existing one.
- Click Next.
- Choose whether to set up the new user's account as a standard user or an administrator.
- Click Create account.
Method 3: Add a new user account through the Command Prompt
- Open the Command Prompt as an administrator.
- Type the following command and press Enter:
net user <username> *
- Replace
<username>
with the desired username. - Enter a password for the new user and confirm it.
- 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.