Link to home
Start Free TrialLog in
Avatar of PaulRKrueger
PaulRKrueger

asked on

Windows XP Legal notice at Login

I am planning to implement a login notice for our domain users that basically states that you're using a company computer with no expectation of privacy and that they will follow all policies etc.

I would love to see some samples of these notices that you experts are currently using.
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

To display a Login message on every machine Go to the following registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon   and in the following keys paste in this text...

LegalNoticeCaption <Title of the Message> LegalNoticeText <Text of the Message>

Format Logon Banner (Legal Notice Text)

2313 » How do I control new lines in the Windows 2000 LegalNoticeText?
http://www.jsiinc.com/SUBE/tip2300/rh2313.htm

http://www.jsiinc.com/SUBD/tip1600/rh1642.htm
Hello PaulRKrueger,


You could create a batch script to display your message to your users.

echo you're using a company computer with no expectation of privacy and that they will follow all policies.
pause


Regards,

JoeZ430
ASKER CERTIFIED SOLUTION
Avatar of KennyLowe
KennyLowe
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PaulRKrueger
PaulRKrueger

ASKER

Thanks for the feedback, but I do know HOW to do this.

I would love to see some samples of these notices that you experts are currently using.
Paul - my legal notice is included in the code above :)

Kenny.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial