Logon Banner

  • Thread starter Thread starter Saul D. Frausto
  • Start date Start date
S

Saul D. Frausto

I need to create one of those banners for Windows 2000
machines, where after a user presses Ctrl+Alt+Del, a
message box pops up that displays a certain message, and
then they would click "OK", and then they reach the sign
in fields.

Any help on how to do this would be greatly appreciated.
 
REGEDIT

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"=""
"LegalNoticeText"=""
 
-----Original Message-----
I need to create one of those banners for Windows 2000
machines, where after a user presses Ctrl+Alt+Del, a
message box pops up that displays a certain message, and
then they would click "OK", and then they reach the sign
in fields.

Any help on how to do this would be greatly appreciated.
.
Try this...

Click Start, click Run, type regedit, and then click OK.
Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurentVersion
\policies\system

In the right pane, double-click legalnoticecaption, and
then type the text that you want to appear in the title
bar of the message dialog box.

In the right pane, double-click legalnoticetext, and then
type the text that you want to appear in the message
dialog box.
Close Registry Editor.
 
Back
Top