6

I recently installed Windows Server 2012. This will serve as the dev-instance for our engineers and will be accessed in multiple time zones. I therefore plan to run this 24x7 but want to conserve energy by going to sleep mode when not in use & enable Wake-On-Magic-Packet.

Based on the previous post it appears that there is no option to sleep Win Server 2012 with Hyper-V. Since I don't care much about virtualization now, I uninstalled Hyper-V.

In addition to this, I have done the following

1) Ran powercfg -a. Don't find sleep.

2) Added [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvboot] "Start"=dword:00000003 to try gaining sleep - no luck!

3) Only see Shutdown and Restart in power options.

Please help me sleep and save the planet :-)

Thanks,
Ramesh

Ramesh Elaiyavalli
  • 169
  • 1
  • 1
  • 3
  • If you want to save the planet then plant trees as compensation. And pay for "green" energy. – mailq Oct 02 '12 at 00:24
  • Check power options in the following link: https://technet.microsoft.com/en-us/library/dn690048(v=ws.11).aspx – M. Salah Jul 04 '17 at 15:02
  • A server does not sleep. A workstation can sleep, but a sever must still be available for requests at any time. Otherwise it isn't a server. – mailq Oct 02 '12 at 00:18
  • There is a way to sleep Windows Server 8. http://arjunachith.blogspot.com/2010/06/enable-hibernate-and-sleep-with-hyper-v_05.html. Is there something similar for 2012? – Ramesh Elaiyavalli Oct 02 '12 at 00:37
  • @Ramesh No. There isn't. – mailq Oct 02 '12 at 00:38
  • @mailq : a server can serve request at specific times, not all the times. You don't answer the question. –  Mar 04 '13 at 23:49
  • A server could also take coffee breaks. This would be easy to accomplish on firewall level. – Esa Jokinen Oct 27 '17 at 10:33

2 Answers2

1

I tried powercfg/hibernate ON in windows server 2012 Command Prompt with Admin rights. And now I see the hibernate option in "power options" in control panel.

user167305
  • 11
  • 1
0

The only way this can be achieved is by going into the power settings, and changing the power plan to put the computer to sleep after, say, 2 minutes. It will then sleep as desired.

womble
  • 96,255
  • 29
  • 175
  • 230