How To Create Administrator Account In Windows 7 Using Cmd
Download Article
Download Article
This wikiHow teaches you how to add a new user to your Windows computer by using Command Prompt. Keep in mind that you must have administrator privileges to do this, as standard user accounts cannot create new user accounts. You cannot use Command Prompt to create a Microsoft Account.
Steps
-
1
Open Start . Click the Windows logo in the bottom-left corner of the screen.
-
2
Search for Command Prompt. Type in command prompt to do so.
Advertisement
-
3
Right-click Command Prompt. It should be at the top of the Start window. Right-clicking it prompts a drop-down menu.
-
4
Click Run as administrator . This is in the drop-down menu.
-
5
Click Yes when prompted. Doing so opens the Command Prompt window.
-
6
Type in the "add user" command. The "add user" command uses the net user username password /add format, where "username" is the name you want to use for the user and "password" is the password you want to assign to the account.
- For example, to add a user named "Michael" with the password "hello123", you would enter net user Michael hello123 /add here.
- If you don't want to use a password for the account, don't type in a password—just enter net user username /add instead.
-
7
Press ↵ Enter . Doing so runs the command and begins creating the user account.
- Once you see the phrase "The command completed successfully" appear, your user has been added.
-
8
Grant the user administrator permissions. If you want to turn the user account into an administrator account, type net localgroup administrators username /add into Command Prompt—making sure to replace "username" with the name of the account you want to change—and press ↵ Enter .
- For example, to make a user account named "Michael" an administrator, you would type in net localgroup administrators Michael /add and press ↵ Enter .
Advertisement
Add New Question
-
Question
How do I open a laptop password?
Access that account to reset your password. Boot your computer and press F8 repeatedly. Access Safe Mode. Key in "Administrator" in Username, with no password. Go to Control Panel, then User Accounts. Select the account you want to reset the password. Change the password.
-
Question
When I type user name and password it says access is denied. What should I do?
You have to run command prompt as an administrator. Right click the icon and click run as administrator.
-
Question
Why am I seeing a message that says my local group isn't there if I am being stopped at the point of entering the command line into the second stage of this process?
Check which language you are using. The local group is probably a bit different.
-
Question
How do I copy files to other users on my computer in CMD?
Open a command prompt as administrator, then cd into that user (e.g C:\Users\test1), then copy files with command copy.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
-
Using Command Prompt to create a user will always create a standard (non-administrator) user by default.
Advertisement
-
If you aren't on an administrator account, you cannot use Command Prompt to add a user.
Advertisement
About This Article
Article SummaryX
1. Open Command Prompt in Administrator mode.
2. Type in net user username password /add where "username" is the name and "password" is the password.
3. Press ↵ Enter .
Did this summary help you?
Thanks to all authors for creating a page that has been read 791,120 times.
Is this article up to date?
How To Create Administrator Account In Windows 7 Using Cmd
Source: https://www.wikihow.com/Add-Users-from-CMD#:~:text=If%20you%20want%20to%20turn,change%E2%80%94and%20press%20%E2%86%B5%20Enter%20.
Posted by: alcarazliplet.blogspot.com

0 Response to "How To Create Administrator Account In Windows 7 Using Cmd"
Post a Comment