Re: Disable CTRL ALT DELETE using C++
From: DZ (d_zakaibNOSPAM_at_no_yahoo_spam.com)
Date: 11/06/04
- Next message: mahaa: "a simple DBMS and SQL Engine parser"
- Previous message: Victor Bazarov: "Re: Pointer to pointer."
- In reply to: Elly Sokol: "Disable CTRL ALT DELETE using C++"
- Next in thread: Elly Sokol: "Re: Disable CTRL ALT DELETE using C++"
- Reply: Elly Sokol: "Re: Disable CTRL ALT DELETE using C++"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 5 Nov 2004 21:38:09 -0800
This article http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx
answers your question.
Dan
"Elly Sokol" <EllySokol@discussions.microsoft.com> wrote in message
news:E2BA6E98-70AF-4FC0-8DA5-1149B97C2376@microsoft.com...
>I apologize in advance if this is the wrong group to send this question.
>If
> you know a better group, please tell me.
>
> We need a way to disable CTRL+ALT+DELETE since we have a specialized
> password screensaver. When our screensaver is up, CTRL ALT DELETE can
> still
> be invoked and when the user presses Cancel we lose our screen saver.
>
> This needs to work on W2K and XP.
>
> I have tried the following code:
> int old;
> BOOL x = SystemParametersInfo(SPI_SCREENSAVERRUNNING,true,&old,0);
>
> This returns a error.
>
> I have also tried updating the registry value for this key to 1:
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current
> Version\policies\system\disablecad
>
> It didn't work.
>
> Any suggestions would be appreciated.
>
> Thanks for your assistance.
>
>
>
- Next message: mahaa: "a simple DBMS and SQL Engine parser"
- Previous message: Victor Bazarov: "Re: Pointer to pointer."
- In reply to: Elly Sokol: "Disable CTRL ALT DELETE using C++"
- Next in thread: Elly Sokol: "Re: Disable CTRL ALT DELETE using C++"
- Reply: Elly Sokol: "Re: Disable CTRL ALT DELETE using C++"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|