PC Review


Reply
Thread Tools Rate Thread

CTRL+ALT+DEL key combination

 
 
Anatoly
Guest
Posts: n/a
 
      24th Aug 2003
Is it possible to catch CTRL+ALT+DEL combination and/or prevent user to
close application from Task Manager?
Thanks.


 
Reply With Quote
 
 
 
 
CT
Guest
Posts: n/a
 
      24th Aug 2003
If we could just answer all questions in this short fashion...<g>

--
Carsten Thomsen
http://www.apress.com/book/bookDisplay.html?bID=105
"Mattias Sjögren" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> >Is it possible to catch CTRL+ALT+DEL combination and/or prevent user to
> >close application from Task Manager?

>
> No
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/
> Please reply only to the newsgroup.



 
Reply With Quote
 
Conrad Zhang
Guest
Posts: n/a
 
      24th Aug 2003
The OS catches CTRL+ALT+DEL combination, and it will never report it to any
applications. This is intentional for security reason, so that no
application can fake a login screen.

So the answer is NO.

"CT" <(E-Mail Removed)> wrote in message
news:eJIO%(E-Mail Removed)...
> If we could just answer all questions in this short fashion...<g>
>
> --
> Carsten Thomsen
> http://www.apress.com/book/bookDisplay.html?bID=105
> "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >
> > >Is it possible to catch CTRL+ALT+DEL combination and/or prevent user to
> > >close application from Task Manager?

> >
> > No
> >
> >
> >
> > Mattias
> >
> > --
> > Mattias Sjögren [MVP] mattias @ mvps.org
> > http://www.msjogren.net/dotnet/
> > Please reply only to the newsgroup.

>
>



 
Reply With Quote
 
CT
Guest
Posts: n/a
 
      24th Aug 2003
I think you completely missed the point

--
Carsten Thomsen
http://www.apress.com/book/bookDisplay.html?bID=105
"Conrad Zhang" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The OS catches CTRL+ALT+DEL combination, and it will never report it to

any
> applications. This is intentional for security reason, so that no
> application can fake a login screen.
>
> So the answer is NO.
>
> "CT" <(E-Mail Removed)> wrote in message
> news:eJIO%(E-Mail Removed)...
> > If we could just answer all questions in this short fashion...<g>
> >
> > --
> > Carsten Thomsen
> > http://www.apress.com/book/bookDisplay.html?bID=105
> > "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > >
> > > >Is it possible to catch CTRL+ALT+DEL combination and/or prevent user

to
> > > >close application from Task Manager?
> > >
> > > No
> > >
> > >
> > >
> > > Mattias
> > >
> > > --
> > > Mattias Sjögren [MVP] mattias @ mvps.org
> > > http://www.msjogren.net/dotnet/
> > > Please reply only to the newsgroup.

> >
> >

>
>



 
Reply With Quote
 
Kristofer Andersson
Guest
Posts: n/a
 
      27th Aug 2003
"Anatoly" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Is it possible to catch CTRL+ALT+DEL combination and/or prevent user to
> close application from Task Manager?
> Thanks.


http://www.sysinternals.com/ntw2k/source/ctrl2cap.shtml
 
Reply With Quote
 
Daniel O'Connell
Guest
Posts: n/a
 
      27th Aug 2003
I havn't tested it for Ctrl+Alt+Del, but:
Windows provides a hooking mechanism for computer based training. Basically,
you register a callback wtih windows that recieves messages when certain
events occur. In this case, you need to register a CBT Hook and monitor for
the HCBT_SYSCOMMAND message. HCBT_SYSCOMMAND is defined as:
"A system command is about to be carried out. This allows a CBT application
to prevent task switching by means of hot keys." (Platform SDK)

Look up SetWindowsHookEx and CBTProc in the platform SDK. You will have to
do some interop, probably have to write an unmanaged Dll that contains the
hook function, but i think the capacity is there.

"Gawie Malherbe" <(E-Mail Removed)> wrote in message
news:3f4c70f3$0$(E-Mail Removed)...
> I disagree. Being in the training software industry, I've seen mainstream
> testing environments where the application does exactly what was asked
> initially, blocking ctrl+alt+del and blocking the application from being
> closed by the task manager. As a matter of fact, the whole task manager is
> disabled.
>
> Don't know how...
>
> G
>
> > I think you completely missed the point

>
> > > So the answer is NO.

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
combination of Keys like CTRL + W a Microsoft Access Form Coding 3 25th Mar 2009 01:52 PM
How to suppress Ctrl+i key combination in a RichTextbox? papalarge Microsoft VB .NET 5 5th Feb 2007 09:48 PM
CTRL+ALT+DEL Key Combination swallard Windows XP Security 2 1st Dec 2003 02:49 PM
key combination Ctrl+Alt Delete not functioning Alice Law Windows XP General 1 7th Oct 2003 03:07 AM
ctrl-enter combination changed Bruce Windows XP Internet Explorer 1 5th Oct 2003 02:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:49 AM.