Display a policy statement before logon
Keywords: logon login policy legal notice
Question:
How can I display a computer use policy to each person when they log into a workstation.Answer:
Insert the following values in the registry:
- NT/2000
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- 95/98/ME
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon
"LegalNoticeCaption"="Title of the notice goes here"
"LegalNoticeText"="stuff you want to tell folks goes here -- like abandon hope all ye hwo enter here, or don't be playing games on this PC, or whatever" Once these registry edits are made, possibly with the RegSetValue function, the machine will popup a box with the title and text and an "OK" button nothing else happens until you click on the "OK" button
Article ID: W14874