Disclaimer at the bottom of logon box

  • Thread starter Thread starter schwooba
  • Start date Start date
S

schwooba

Hello,

Can anyone tell me how to add a disclaimer text message on the bottom
of the login box?
I've tried the following two reg edits

LogonPrompt
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Description
Specifies a message for the Log On to Windows dialog box. By default,
there
is no logon prompt message.
http://www.microsoft.com/resources/documentation/Windows/2000/server/...


Welcome
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Description
Specifies the text that appears in the caption bar beside the title of
the
Log On to Windows, Windows Security, Computer Locked, and Unlock
Computer
dialog boxes.
http://www.microsoft.com/resources/documentation/Windows/2000/server/...


and some GPO settings that only had options for a pop-up box which I
don't want. Any help would be appreciated.
 
Try this:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Value Name: Value Type:
LegalNoticeCaption String (desired caption)
LegalNoticeText String (desired text)
 
Thanks, but unfortunately, that creates a pop-up window. Any other
ideas for integrating the disclaimer into the logon area?
 
Back
Top