
01-19-2009, 06:18 AM
|
|
|
Join Date: Jan 2009
Posts: 12
|
|
Activate your Power button.
change _HID to _CID
Device (PWRB)
{
Name (_HID, EisaId ("PNP0C0C")) ---> Name (_CID, EisaId ("PNP0C0C"))
Name (_UID, 0xAA)
Name (_STA, 0x0B)
}
This one I got it off some site, cannot remember where. (credit goes to him/her)
This will activate your power button to bring up the shutdown menu.

Last edited by pentiumpc; 01-19-2009 at 06:39 AM.
|