Windows 2000 Logon Message

  • Thread starter Thread starter Ian Whittingham
  • Start date Start date
I

Ian Whittingham

All,

Is there any way to change the logon message so that it
includes the user name, date and time ?

Thanks

Ian
 
You can change the message no problems, but I am not sure
about the time/date because its a string passing no
variables

System Key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVer
sion\Winlogon]
Name: 'LogonPrompt'
Type: REG_SZ (String Value)
Value: 'Your message here'

also, same registry key but:

Name: 'Welcome'
Type: REG_SZ (String Value)
Value: 'Your message here'

finally, you have:

Name: 'LegalNoticeCaption' & 'LegalNoticeText'
Type: REG_SZ (String Value)
Value 'Your message here'
 
Back
Top