You can change your local administrator name by following these steps:
Using the Local Users and Groups Tool
- Open the Local Users and Groups tool:
- Press the Windows key + R to open the Run dialog box.
- Type lusrmgr.msc and press Enter.
- 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.
- Enter the new name:
- Type the desired new name for your user account.
- Click Enter to confirm the change.
Using the Command Prompt
- Open Command Prompt as administrator:
- Press the Windows key + X and select Command Prompt (Admin).
- 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.
- Type the following command and press Enter:
- Delete the old user account:
- Type the following command and press Enter:
net user "old_username" /delete
- Type the following command and press Enter:
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.