Ways to Create a Local User Account in Windows 10
Windows 10 is an operating system designed for both business and personal use. One of the features of Windows 10 is the ability to create local user accounts. A local user account is an account that is specific to a particular computer, and it is not connected to the cloud or Microsoft account. This article explores some ways to create a local user account in Windows 10.
Method 1: Using the Settings App
The settings app is a new addition to Windows 10 that allows you to manage your computer settings easily. To create a local user account using the settings app, follow these steps:
- Press the Windows key + I to open the settings app.
- Click on “Accounts.”
- Click on “Family & other users.”
- Click on “Add someone else to this PC.”
- Click on “I don’t have this person’s sign-in information.”
- Click on “Add a user without a Microsoft account.”
- Enter the username and password for the new user account.
- Click on “Next.”
- Select the account type as “Standard User” or “Administrator.”
- Click on “Finish.”
Method 2: Using the Control Panel
The control panel is a classic tool for managing your computer settings. To create a local user account using the control panel, follow these steps:
- Press the Windows key + X to open the power user menu.
- Click on “Control Panel.”
- Click on “User Accounts.”
- Click on “Manage another account.”
- Click on “Add a new user in PC settings.”
- Follow the instructions to set up the user account.
Method 3: Using Command Prompt
Command prompt is a powerful tool for managing your computer settings. To create a local user account using command prompt, follow these steps:
- Press the Windows key + X to open the power user menu.
- Click on “Command Prompt (Admin).”
- Type the following command: net user username password /add
- Replace “username” with the name of the user account you want to create.
- Replace “password” with the password you want to set for the user account.
- Press “Enter.”
- Type the following command to make the user an Administrator. net localgroup administrators username /add
- Replace “username” with the name of the user account you want to create.
- Press “Enter.”