hiding user name at the login

  • Thread starter Thread starter N
  • Start date Start date
N wrote
How to hide the username when login.. is there a way?

Yes.

o Click Start, click Run, type regedit and hit Enter
o Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon
o Create a new DWORD Value called DontDisplayLastUserName
o Give DontDisplayLastUserName a Decimal value of 1

To undo the above, either give DontDisplayLastUserName a value of 0 or
delete it altogether.
 
Back
Top