Logon/Logoff

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some people with Windows XP Home, and they want to know if their is a way to clear the last user name logged in when you log off or shut down the computer, any ideas?
They also want to know if you can set a "lock out" on the user name if the password is entered wrong 4 times?

Thank you,
Ross
 
It's possible to disable, by editing this key in the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"dontdisplaylastusername"=dword:00000000
Change the key from 0 to 1
 
No, if its a DWord value, just right click it, select Modify and enter 1.
If its a Binary value change it so that it appears as

01 00 00 00
 
Back
Top