Re: how can I disable ctrl+alt + del, and windows key in vista.
- From: "Doron Holan [MS]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 12 Nov 2006 22:59:06 -0800
the WDF kbfiltr example shows you how to install a keyboard filter driver
from which you can filter out the keys
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mike Carlisle" <MikeCarlisle@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C99A18CA-E81F-4DD8-9298-5F0BB216DE7A@xxxxxxxxxxxxxxxx
You can trap the windows key using a keybroad hook with the
SetWindowsHookEx
api. Just eat the event.
I'm also interested in how to trap ctrl-alt-del on vista, and have been
looking at the DDK with the hope of writting the filter driver, but know
very
little about this.
Did you have any luck? Has anyone got any pointers, sample code?
"rocli" wrote:
1.how can I disable ctrl+alt + del, and windows key.
when my program is running ,disable ctrl+alt + del, and windows key.
when my program leave. enable ctrl+alt + del, and windows key .
In windows xp , I disable ctrl+alt + del by rewrite gina.but in vista
gina
is not supported.
Must I write a key board driver.
how can I do that.
2. if I do that, can it work well at vista.
3.I know little about DDK, how can I do it.
best regards
.
- Prev by Date: Re: How do I send string to driver?
- Next by Date: video capture filter driver, detect current streaming format
- Previous by thread: upper audio filter driver
- Next by thread: Re: how can I disable ctrl+alt + del, and windows key in vista.
- Index(es):
Relevant Pages
|
Loading