Do Not Display Last User Name In Logon Screen

J

J Ferguson

I am trying to develop a registry edit that will prevent
the displaying of the last user logon for a Windows 2K
network.

The regedit provided in the Microsoft Knowledge Base
Article 237890 has been applied.
http://support.microsoft.com/?kbid=237890
However the settings do not take place without enabling
the policy setting noted in Microsoft Knowledge Base
Article 310125. http://support.microsoft.com/?kbid=310125

After comparing the registry files before and after each
step, I am unable to find any changes made by solution
310125.

Is there a method for applying this through a conventional
registry update? This would be most helpful in the 200
plus unit environment that exists.


Thank you

J Ferguson


(e-mail address removed)
(e-mail address removed)
 
O

Oli Restorick [MVP]

This should do it.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\syste
m]
"dontdisplaylastusername"=dword:00000001

Cheers

Oli
 
S

Steven L Umbach

If you are in a domain, there is a security option for this that can be
propagated via Group Policy under security settings/local policies/security
options. --- Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top