When the system boots, Windows can show when the account was last logged in, and if a password is set, it will show if there were any unsuccessful input attempts.
<! - more -> Enable:
1 2 3 4 |
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "DisplayLastLogonInfo"=dword:00000001 |
Disable:
1 2 3 4 |
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "DisplayLastLogonInfo"=dword:00000000 |