Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

WBOY
Release: 2024-08-02 10:34:41
Original
1040 people have browsed it

Typically, we create a new user with administrator privileges through Local Users and Groups option in Computer Management. However, it is not available in the System Tools list. Apart from this general method, is there another way to add a new administrator account? The focus of this article is to show you a new method of using CMD to create a new account with administrator privileges in Windows 11 Home.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home


  • Part 1: Use CMD to create an administrator account
  • Part 2: Log in to the new account with administrator privileges

Part 1: Use CMD to create an administrator account

Step 1: Type "cmd" in the search bar and choose Run as administrator from options.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 2: Click Yes to allow this app to make changes to your device.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 3: Type "net user /?" and hit Enter key to view all the commands of NET USER.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 4: Input "net user" and press Enter for all user information.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 5: Enter "net user testname 123456 /add" command and press Enter, which will create a new account named "testname" with a password of "123456".

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 6: Type "net user" and enter Enter to view all user information again, and the account "testname" will be displayed on the list.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 7: Input "net user testname" and press Enter for more information about "testname". You will see that the "testname" account has the permission: Users.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 8: Type command "net localgroup administrators testname /add" to assign administrator privileges for user "testname".

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 9: Type "net user testname" and hit Enter, and you will see that you have finished adding administrator privileges to the "testname" account.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Part 2: Log in to the new account with administrator privileges

Step 1: Click Start icon, then choose "testname" from User option.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 2: Log in with the password "123456".

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 3: You will be prompted to wait for a few minutes and don't turn off your PC.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 4: Pull down the scrollbar and select Accept to proceed.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

Step 5: The user account is "testname" after entering the operating system, which has adminitrator privileges.

Use CMD to Create a New User with Administrator Privileges in Windows 11 Home

The above is the detailed content of Use CMD to Create a New User with Administrator Privileges in Windows 11 Home. For more information, please follow other related articles on the PHP Chinese website!

source:isumsoft.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template