The Computer Oracle

Windows 7 changes my account name... except it does not. How do I REALLY change my account name?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Book End

--

Chapters
00:00 Windows 7 Changes My Account Name... Except It Does Not. How Do I Really Change My Account Name?
02:42 Accepted Answer Score 12
03:57 Thank you

--

Full question
https://superuser.com/questions/717740/w...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #networkshares #controlpanel

#avk47



ACCEPTED ANSWER

Score 12


Solution

When you use the User Accounts control panel applet, you can't actually change the logon user name but just the full, display name. This way the name can be changed at any time without side effects (e.g. classic user logon).

  1. Log off, and log on with an administrator account.

  2. Press Win+R, type or paste netplwiz.exe in the text box, and press Enter.

  3. Select the account you want to rename from the list, and click Properties.

  4. Rename it as you like, and click OK when done.

Remarks

  • If you're using Professional or higher editions you can achieve the same result by running lusrmgr.msc.

  • Logon user names are limited to 20 characters for backward compatibility. Unlike full names, they can't contain dots, spaces, or any of the following characters:

    \ / " [ ] : |  + = ; , ? * @
    
  • Changing a user name won't have any effect on the associated Security Identifier (SID), which is generated when the account is first created. Under the hood, Windows uses SIDs to handle accounts regardless of their names. This means you don't need to change the privileges or permissions on the renamed account.