The simple way to create a new user name under Windows 7 is

  
. At home or in 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. Create a separate space for yourself to be free from 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 through 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 user settings interface and choose to manage other accounts.
4. Click below to create a new account.
5. Create a new account interface in the pop-up to set the name of the new account. Click on Create Account after writing.
6. After the creation is completed, the newly created account will appear in the Control Panel account item.
7. Click the user name just created to change the account interface, you can modify the login password, account type and other operations.
Method 2: Create a new user name 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 rights to newly created users
Use the command. 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 set up the account further.
The above are 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 don't understand the command line. For the operation, 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