Additional Log On Text

Permabanned
Joined
22 Apr 2007
Posts
1,805
Hi

I want to add a legal notice to some computers I look after through Acitve Directory which I know how to do but there is something puzzling me.

When I apply the policy and the user presses CTRL+ALT DEL on their machine the box appears with the text which is what its meant to do. They then press ok and enter their logon information.

However, where I work at the moment, this message actually appears IN the logon window (where the user enters their name, password and domain, etc).

How is this done?

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

Create a REG_SZ value called LogonPrompt.

Change this value and enter your message of choice :)
 
Cool, but I'd have to do that on each machine wouldn't I?

I don't think the company I work for apply that manually to 6000 PCs
:(

Do you know of a roll out method?

thanks
 
ok i goggled it.

computer configurtation>windows settings>security settings>local policies>security options

look at the interactive options.... :)

i hope you're not the only guy responsible for running those 6000pcs. no offence... ;)
 
marc2003 said:
ok i goggled it.

computer configurtation>windows settings>security settings>local policies>security options

look at the interactive options.... :)

i hope you're not the only guy responsible for running those 6000pcs. no offence... ;)

Nope, thats not it. Thats the one I know about.

That one displays a box inbetween pressing CTRL, ALT and DEL and the user entering their information.
 
marc2003 said:
to actually modify the text in the prompt itself, surely this would mean you have to hack the dll/exe that displays it? :confused:

Nah, it's just a reg key. I'm pretty sure the one paradigm stated is the correct one.
 
Back
Top Bottom