2

I usually hibernate my Windows-7 Desktop PC during the night. Is there any way to tell Windows it should switch off the PC absolutely and utterly and completely, such that the only thing that can ever resume the PC is the power button? As it is, the keyboard lights are still on, and sometimes the PC is hanging in Bios password entry in the morning.

I know I can change which devices can wake up the PC by using powercfg, but this is something I need to do again and again when I plug in the keyboard or the mouse into another USB port. Even is everything is switched off there, the keyboard lights are still on and the PC consumes unneccesary energy. Of course, I can also wait until the hibernation is complete and crawl under my desk every day to physically cut power, but I'd prefer Windows to behave decently. 8-/

CLARIFICATION: I do not want to shutdown but to hibernate since I do not want to wait for a couple of applications to start in the morning. Still, after writing the RAM content to disk, the PC has no business consuming any energy, anymore, or much less start itself without my consent.

2 Answers2

2

By playing around with powercfg -lastwake , powercfg -devicequery wake_armed and powercfg -devicedisablewake <device> I could solve the problem of spurious wake ups. But the problem that the keyboard lights were still on after hibernate turned out to be a BIOS problem: in the setup there was an option "hibernate like soft off" which finally put the PC to its well deserved sleep.

1

There are two steps you can take to achieve the desired behaviour.

  1. Right-click on the "Start" button (the ball in the lower left) and select "Properties". Click the "Start Menu" tab and from the combo box next to the title "Power button action" select the behaviour you want, i. e. power off. This should already address your issue.

  2. If you want to get rid of hibernation once and for all just open a command line interface as an administrator and type powercfg /hibernate off.

bjanssen
  • 2,529