A small question

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

Guest

In my designed system ,my hotkey "Ctrl+Alt+del" is unused
I want to use "ctrl+Alt+Del" to restart my system
which component is needed?
 
Dear ninihappy,


If you want to show the "Task Manager" to restart your computer, try to
add "Task Manager" component.


Best Regards,
Bing Chen
2004.04.13
 
I wish I had an easier answer, but either write a keyboard driver or a gina
hook. Windows does not easily give up control of the ctrl-alt-del hotkey
otherwise it could lead to some serious security risks.

The ginahook example in the PSDK may get you started down the gina path, but
from my experience the keyboard driver is more stable in the long run.

--
John Vorchak [eMVP]
Szanca Solutions, LLC
Veteran-owned, HUBZone Certified
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top