Enabling Task Manager's hot key with minlogon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to enable Task Manager's hot key (CTRL+ALT+SUPPR) with minlogon
configuration ?

I know that this feature works with winlogon.

Thanks
 
BRASIL,

I don't think you are able to process that key combination without your own hook under minlogon.
I guess it is a feature of only Winlogon/MSGina.

You can write your own keyboard driver.
Although I think even a user mode agent may catch (VK_LWIN|VK_RWIN)&VK_ALT&VK_DELETE combination.
This article may help you to write the working code quickly: http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx
 
Back
Top