XPE and ACPI shutdown

Posted: 02-10-2005, 08:32 PM
We have wired the power button to the computer such that when you
press and hold the button for 4-5 seconds, the computer power will
turn off, I believe it is thru the ACPI function in the motherboard
BIOS.

We also have device drivers to monitor the switch and I was going to
write a service to monitor the switch, and call "xpepm -shutdown" when
it is pressed,

but I was wondering if XP power management can detect this switch and
lets the computer turn off (like a laptop). Or let me define the
behavior when it is powered. Since the button is wired to the right
pin.
Reply With Quote

Responses to "XPE and ACPI shutdown"

KM
Guest
Posts: n/a
 
Re: XPE and ACPI shutdown
Posted: 02-10-2005, 08:41 PM
jj3000,

Please search MSDN and this Google NG archive for WM_POWERBROADCAST.

--
Regards,
KM, BSquare Corp.

> We have wired the power button to the computer such that when you
> press and hold the button for 4-5 seconds, the computer power will
> turn off, I believe it is thru the ACPI function in the motherboard
> BIOS.
>
> We also have device drivers to monitor the switch and I was going to
> write a service to monitor the switch, and call "xpepm -shutdown" when
> it is pressed,
>
> but I was wondering if XP power management can detect this switch and
> lets the computer turn off (like a laptop). Or let me define the
> behavior when it is powered. Since the button is wired to the right
> pin.

Reply With Quote
David D
Guest
Posts: n/a
 
Re: XPE and ACPI shutdown
Posted: 02-11-2005, 02:27 PM
IYes it can.
I have an image that does this.
Only thing is that I don't recall what I did to set it up that way


"jj3000" <jeremy_ho@my-deja.com> wrote in message
news:3ed9e158.0502101232.39626250@posting.google.c om...
> We have wired the power button to the computer such that when you
> press and hold the button for 4-5 seconds, the computer power will
> turn off, I believe it is thru the ACPI function in the motherboard
> BIOS.
>
> We also have device drivers to monitor the switch and I was going to
> write a service to monitor the switch, and call "xpepm -shutdown" when
> it is pressed,
>
> but I was wondering if XP power management can detect this switch and
> lets the computer turn off (like a laptop). Or let me define the
> behavior when it is powered. Since the button is wired to the right
> pin.

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ACPI.SYS Krush Windows Vista Performance & Maintenance 0 06-14-2006 02:52 AM
Change from ACPI Uniprocessor to ACPI Multiprocessor Jw Windows XP Configuration & Management 0 10-09-2004 03:57 PM
ACPI shutdown, service notification, and minlogon KM Windows XP Embedded 7 09-18-2004 12:59 AM
ACPI and shutdown Pete Richard Windows XP Hardware 0 08-24-2003 03:22 PM
Changing from ACPI Multiprocessor PC to ACPI Uniprocessor PC Rattana Windows XP Hardware 2 07-11-2003 02:49 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90