Windows 4 Ways to Change the Administrator Name in Windows 11

Configurare noua (How To)

Situatie

Solutie

1. Change the Administrator Name Using the Settings App

If you’re signed in with a Microsoft account instead of a local account, you can change your name using the link in the Accounts window of the Settings app.

  • To do that, press Windows+i to open the Settings app. Then, go to Accounts > Your info > Accounts.
  • On the Microsoft account page that opens, click “Your info” in the top bar. Then, click “Edit name” under your profile picture.
  • Enter your first and last name, complete the CAPTCHA to confirm that you’re a real person, and click “Save”.

2. Change the Administrator Name Using the Control Panel

The Settings app method only works if you’re logged in with a Microsoft account. If you’re using a local account, you must change the admin account name using a different method.

  • To do this using the Control Panel, open the Start menu and type “Control Panel” in the search field and press Enter.
  • Change the “View by” to “Category” and navigate to User Accounts > User Accounts > Change your account name.
  • Type the new name in the “New account name” field and click “Change Name”.

You’ll see the new name appear on the welcome screen and the Start menu.

3. Change the Administrator Name Using the Netplwiz Command

Netplwiz is a Windows command you can use to manage user accounts on your PC. It allows you to add, remove, or modify your user account. You can also use the netplwiz command to change the administrator name, as follows.

  • Press the Windows+R key together to open the Run tool. Then, type “netplwiz” in the search field and hit Enter.
  • In the User Accounts window that appears, select your account and click “Properties”.
  • Type the name in the “Full name” field and then click “Apply” and “OK”.
  • Then, you’ll have to sign out and sign back in for the changes to take effect.

4. Change the Administrator Name Using Command Prompt

If you are more comfortable using Command Prompt, you can use the wmic command to change the administrator name in Windows 11.

To begin, launch Command Prompt with elevated permissions. The quickest way to open the Command Prompt as an administrator is to search for it in the Start menu and select the “Run as administrator” option.

  • In the elevated Command Prompt window, type the following command and press Enter. This will display all the accounts on your computer.
wmic useraccount get fullname, name
  • Then, type the following command and hit Enter. Make sure to replace “New Name” with the name you want to give to the administrator account.

wmic useraccount where name="Administrator" set name="New Name"

You will see the “Method execution successful” message indicating that the command ran successfully and the administrator account name is now changed.

Tip solutie

Permanent

Voteaza

(7 din 17 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?