xp disclaimer help

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
albertldee
Regular Member
Posts: 261
Joined: Thu Jul 18, 2002 4:20 am

xp disclaimer help

Post by albertldee »

i have a xp in a corporate enviroment i need to add a disclaimer before employee are able to log in i senn it several time before but i cant find the policy settng that do that i just want when windows booth up it give them a pop up screen to accept the company policy before they are able to log on
User avatar
mnosteele52
Posts: 11913
Joined: Tue Jul 24, 2001 12:00 pm
Location: Chesapeake, VA

Post by mnosteele52 »

X-Setup (which is free now) has an option for that.
:)
albertldee
Regular Member
Posts: 261
Joined: Thu Jul 18, 2002 4:20 am

Post by albertldee »

i just want to use the one in xp policy setting
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

It's not done using policy editor, it's done via the registry.

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

Double-click on the LegalNoticeCaption value. In the Value data field, type the message that you want to for the heading of the disclaimer window. example: "Disclaimer: We are watching you!"

Double-click on the LegalNoticeText value. In the Value data field, type the message that you want users to read and agree to.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Posting so I can find this in the future.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

TonyT wrote:It's not done using policy editor, it's done via the registry.

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

Double-click on the LegalNoticeCaption value. In the Value data field, type the message that you want to for the heading of the disclaimer window. example: "Disclaimer: We are watching you!"

Double-click on the LegalNoticeText value. In the Value data field, type the message that you want users to read and agree to.
Is it in a different location in Vista/7?
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

several ways to do it.....the approach I would take actually does use policy editor.

The OP mentioned "corporate environment"...so we can fairly safely assume active directory is in place. In which case, instead of editing the registry of each workstation, the IT person/staff may find it easier to drive it home via GP...which is basically the policy editor for the domain.
Default Domain Policy
"Computer Configuration\Windows Settings\Local Policies\Security Options\Interactive Logon: Message text for users attempting to logon:"

End users will see the message and have to click "OK" before logging in.
MORNING WOOD Lumber Company
Guinness for Strength!!!
Post Reply