A2oz

How Do I Change My Local Administrator Name on My Computer?

Published in Computer Security 2 mins read

You can change your local administrator name by following these steps:

Using the Local Users and Groups Tool

  1. Open the Local Users and Groups tool:
    • Press the Windows key + R to open the Run dialog box.
    • Type lusrmgr.msc and press Enter.
  2. Locate your user account:
    • In the Local Users and Groups window, expand Users.
    • Right-click on the user account you want to rename and select Rename.
  3. Enter the new name:
    • Type the desired new name for your user account.
    • Click Enter to confirm the change.

Using the Command Prompt

  1. Open Command Prompt as administrator:
    • Press the Windows key + X and select Command Prompt (Admin).
  2. Execute the command:
    • Type the following command and press Enter:
      net user "old_username" "new_username" /add
      • Replace "old_username" with your current user name and "new_username" with the desired new name.
  3. Delete the old user account:
    • Type the following command and press Enter:
      net user "old_username" /delete

Note: You may need to log out and back in to see the changes.

Using a Third-Party Tool

You can also use third-party tools like Advanced SystemCare or Wise Care 365 to change your local administrator name. These tools often offer a user-friendly interface for managing user accounts.

Important: Always back up your computer before making any significant changes to your system.

Related Articles