Easy way to create new usernames under Windows 7

  
                

At home or at the company, in general, the computer is used by more than one person. In order to better protect your own files, users can create new user names under the system and create a separate space for themselves. Not disturbed by others. So how is this coup in windows7 system implemented? In fact, there are two simple ways to help users solve this annoyance.

Method 1: Create a new user via the Control Panel

1. Open the Start menu and select Control Panel.

2. Open the control panel interface and select the user account.

3. Perform the user settings interface and choose to manage other accounts.

4. Click on Create a new account below.

5. Create a new account interface in the pop-up interface to set the name of the new account. Click on Create Account after writing.

6. Once the creation is complete, the newly created account will appear in the Control Panel account item.

7. Click the user name you just created to change the account interface, you can modify the login password, account type and other operations.

Method 2: Create a new username by command line

1. Open the Start menu and enter CMD during the run. The system will prompt the CMD program.

2. Right-click on the CMD program and select Run as administrator from the pop-up menu.

3. Pop up the command line window.

4. Enter the command net user /? See how to use this command.

5. Use the net user command to add users. I use net user testuser mima /add to add a username named testuser with the password mima.

6.Add administrator privileges to newly created users

Using commands. Net localgroup administrators testuser /add

Add the newly created testuser user to the administrators group.

7. After the operation is completed, you can see the account testuser newly created under the command line in the control panel.

8. Click on the newly created account to make a further step in the account.

The above is two simple ways to create a new user name under windows7 system. Users can choose to create a new user through the control panel, or create a new user name by command line. If you understand the operation of the command line, it is recommended that the user choose the first method, which is also a common way to create new users.

Copyright © Windows knowledge All Rights Reserved