Re: ACPI power event from keyboard
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Sat, 7 Apr 2007 22:08:43 +0300
Perhaps the best kind of driver for these $%^& keys is a flat screwdriver...
This is what I do with these power keys - poke them out!
Simple, free, reliable.
Regards,
--PA
"Gary Chanson" <gchanson@xxxxxxxxxxxxxxxx> wrote in message news:eGIzpbTeHHA.2316@xxxxxxxxxxxxxxxxxxxxxxx
If it takes me more the 50 seconds, I'm loosing money on deal.
--
- Gary Chanson (Windows SDK MVP)
- Abolish Public Schools
"Doron Holan [MS]" <doronh@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:e3XA#dNeHHA.4020@xxxxxxxxxxxxxxxxxxxxxxx
you don't have to pay somebody $10 to do it for you. Using KMDF makes therights.
job rather easy as well.
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
of
"Gary Chanson" <gchanson@xxxxxxxxxxxxxxxx> wrote in message
news:Ohen4s2dHHA.588@xxxxxxxxxxxxxxxxxxxxxxx
I wouldn't exactly call writing a filter driver as "free". ;)
--
- Gary Chanson (Windows SDK MVP)
- Abolish Public Schools
"Doron Holan [MS]" <doronh@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:#SI2opzdHHA.4564@xxxxxxxxxxxxxxxxxxxxxxx
or you can disable it for freerights.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q302092
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
Windows
"D Murray" <DMurray@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2BB00A64-8513-4107-A4CE-1681DE4E6175@xxxxxxxxxxxxxxxx
Thanks for the reply Gary,
I found a small shareware program today that solves my problem. It's
appropriately named "I Hate This Key". The program basically extends
the
WinXP functionality (with respect to ACPI power event handling) to
2000 users. Works great, and for $10 US, it will save my users a lot
theequippedgrief.
"Gary Chanson" wrote:
"Darren Murray" <theeye@xxxxxxxxxxxxxxx> wrote in message
news:OyvkDqgdHHA.5056@xxxxxxxxxxxxxxxxxxxxxxx
I have a large quantity of IBM Netvista desktop machines (W2K)
with
Belkin ergonomic keyboards. The keyboards have three buttons forpower
ACPI
management (sleep, wake, and power). The users keep hitting thebutton
power
accidentally and losing their work. I need to find a way to trap
Afterpower
event in software and prevent the computers from shutting down.
In Windows XP, the behavior of the power and sleep buttons can be
changed
through the Power Options applet in Control Panel. Unfortunately
this
does
not work with W2K (the only choices are power down or standby)
I used Scancode Map to re-map the power event (E05E) to null.
eventandrebooting, I checked the scan code with a keyboard testing program
the
key does indeed return a null, but the computer still shuts down
(and
very
quickly I might add)!!
Is there some low level kernel process that detects the power
thatregardless of the registry key mappings? If so, is there a way
outI
can
trap or block this event in software? If not, I will have to get
I'vethehot
glue gun... (was hoping for a more elegant solution :-)).
TIA for any information.
I've had very mixed results trying to intercept these keys.
theyyetbeen
able to intercept them using WH_KEYBOARD_LL hooks on one machine and
failed with the same code on another very similar machine with the
same
version of Windows installed, with the same patches installed, and
with
the
same keyboard drivers, using the same keyboard. I was not able to
identify
any reason that the machines should have behaved differently, yet
notdid.
A keyboard driver filter might have better success but I have
tried
it
--
- Gary Chanson (Windows SDK MVP)
- Abolish Public Schools
.
- References:
- ACPI power event from keyboard
- From: Darren Murray
- Re: ACPI power event from keyboard
- From: Gary Chanson
- Re: ACPI power event from keyboard
- From: Doron Holan [MS]
- Re: ACPI power event from keyboard
- From: Gary Chanson
- Re: ACPI power event from keyboard
- From: Doron Holan [MS]
- Re: ACPI power event from keyboard
- From: Gary Chanson
- ACPI power event from keyboard
- Prev by Date: Re: Waitable objects and IOCP
- Next by Date: Re: Waitable objects and IOCP
- Previous by thread: Re: ACPI power event from keyboard
- Next by thread: Auto-flip option in DirectDraw
- Index(es):
Relevant Pages
|