Re: Querying ALT+CTRL+DEL policy

From: Ivailo Petrov (ipetrov_at_san.rr.com)
Date: 05/28/05


Date: Sat, 28 May 2005 03:20:32 GMT

Take a look at
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System

Ivailo

Eduardo Francos wrote:
> Hi,
> I'm writing a replacement GINA and I need to know the current setting of
> whether the user should do a ALT+CTRL+DEL to login.
> I know that when running on a standalone computer I can get this
> information from the local registry at
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
> \DisableCAD
> but that information is not valid when the computer is joined to a domain.
> Any ideas?
>
> Eduardo