Shutdown options

  • Thread starter Thread starter Victor Zaslavsky
  • Start date Start date
V

Victor Zaslavsky

Hi floks,

Is there a way to remove "Stand by" option from Shut Down Windows dialog?

Thanks in advance,
Victor.
 
This can be done with a registry key addition:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ACPI\Parameters
Create a new REG_DWORD value, called Attributes
Set the value to 0x070



Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Thanks a lot!

Sean Liming said:
This can be done with a registry key addition:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ACPI\Parameters
Create a new REG_DWORD value, called Attributes
Set the value to 0x070



Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Back
Top