How can I rename a Windows Vista user account?

3

1

If I go to User Accounts in the Control Panel, there is an option to Change your account name, but this only changes the display name, not the internal name of the account used for networking or in the file system. Is there a way to do this without creating a new account an migrating the settings?

Factor Mystic

Posted 2009-07-15T16:34:31.507

Reputation: 11 212

Answers

1

Right click on My Computer and select Manage to open the Computer Management Window.

In the tree, select Local Users and Groups.

In that view you can change the account name simply by right-clicking on the relevant account and selecting Rename.

Dave Webb

Posted 2009-07-15T16:34:31.507

Reputation: 10 126

1

Just changing the name will make a cosmetic change only and not affect the underlying files/folders in the profile. You have to make a whole new user account named the way you want. Then you can copy your old profile to the new one. Note that the user account for your daily work should be a Standard account, not Administrator. Here are instructions for doing that (assumes you don't already have an extra administrative account made and are using a single administrative account for your daily work):

  1. From an account with administrative privileges, go to Control Panel>User Accounts and create the new Standard user account named the way you want and at least one extra Administrator account. Call the latter "CompAdmin" or "Tech" or the like.
  2. Log into the new Standard user account once so the profile files/folders are created and then log into CompAdmin.
  3. Now go to Control Panel>System>Advanced>User Profiles>Settings
  4. You will see where you can copy user accounts. Copy the old account to the new one from there. Use the Browse to select your new account (C:\Users\newaccount).
  5. Log into the new correctly named account and make sure all your stuff is there and that it works the way you want. When you are satisfied, you can log out and into CompAdmin and delete the old user account from Control Panel>User Accounts if you want.

If you wish to log into your new, corrected account automatically, do this:

Start Orb>Search box>type: netplwiz [enter] Click on Continue (or supply an administrator's password) when prompted by UAC

Uncheck the option "Users must enter a user name and password to use this computer". Select a user account to automatically log on by clicking on the desired account to highlight it and then hit OK. Enter the correct password for that user account (if there is one) when prompted. Leave it blank if there is no password (null).

Let me know if you want any more details about this. Of course you don't have to copy the old, incorrectly named account if you don't want to. You can just copy over the data using Windows Explorer.

Malke

Posted 2009-07-15T16:34:31.507

Reputation: 261

0

I don't think so. I have had to do the same thing before and I've never been able to change the profile name. C:\Users\Username will never change. You'll need to backup the profile data (AppData, Documents), delete the old profile and create a new one.

Chris Thompson

Posted 2009-07-15T16:34:31.507

Reputation: 4 765

0

It looks like the answer is no, not through the menu - but you can manually change the values by editing the registry values described in this KB article.

Andy Mikula

Posted 2009-07-15T16:34:31.507

Reputation: 1 422