Windows 10 puts my first and last name to lock screen. How to avoid this?

6

3

After upgrading to Windows 10, I see my LastName and FirstName on the lock screen. Is there a way to change this? On Windows 8.1 there was just my nickname and email address (maybe there were my first name and last name, but not displayed so large as they are now).

I mean the name and surname parameters specified in my Microsoft account.

Another question: I prefer the format FirstName LastName, not vice versa.

Is there any way to change this as well?

Apart from Lock Screen I see it on the Start Menu.

bahrep

Posted 2015-07-29T18:09:37.440

Reputation: 377

I see my first name, then last name. Is it in the correct order on your Microsoft account? If you want, you could switch to a local account instead.

– MC10 – 2015-07-29T18:20:45.913

As far as I can tell, name is only displayed on the login screen. The lockscreen just has time and date with a user-customizable background image. – goblinbox – 2015-07-30T00:48:23.257

Answers

2

First, either right-click the start icon and click 'Run' or press WinKey+R to open the run prompt.

Next, type 'NETPLWIZ' and click OK.

Click the user account you wish to edit, then click properties.

From this dialog you can then change the Username and the Full Name of the user account.

Relog to apply your changes.

Edit: Looks like as soon as you log back in it is overwritten with your full name from your email address.

To get around this, log into your account at https://account.microsoft.com/.

Click 'Edit Name', and in the Surname input hold the 'Alt' key while typing +202A using the numpad for the + and digits.

If this doesn't work, you probably can't input hex unicode without using a tool such as Unicode Input. Simply repeat the steps but once the Unicode INput dialog displays, enter 202A and click OK.

It won't look like a character has been entered but clicking save will save your account with a blank surname.

CoreyD97

Posted 2015-07-29T18:09:37.440

Reputation: 36

The full name is stored in the V entry under HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\00000XXX. To prevent changes, you could try setting the 00000XXX key to read-only permissions. – XP1 – 2015-12-07T04:03:24.547

@XP1 Fwiw, when I go to HKEY_LOCAL_MACHINE >>> SAM >>> SAM, I've got nothing but the (Default) with (value not set). – ruffin – 2017-04-09T18:08:07.613

@ruffin, that is because you don't have the view permissions for the current user. You need to modify the registry ACL to include your user with read/white permissions applied with inheritance on subchildren. – XP1 – 2017-04-10T06:59:43.100

@ruffin Right click > Permissions... and then restart regedit. – XP1 – 2017-04-10T07:06:51.377

0

The problem was that my Last Name and First Name were mixed up in my Microsoft account. I fixed that and the problem got resolved.

As this question has ~10k views now, I guess that it's not only me who entered his surname in First Name field. :)

bahrep

Posted 2015-07-29T18:09:37.440

Reputation: 377