› Forums › Operating Systems › Windows Server 2008 R2 › Miscellaneous › Power Management
- This topic has 6 replies, 5 voices, and was last updated 10 years, 5 months ago by
Anonymous.
- AuthorPosts
-
- 2nd June 2010 at 05:48 #44062
Hi
I want to setup server2008 r2 as a home server. However i miss the oppertunity to make the server go into standby after e.g. 10 minutes of idle. How can i set this?
thxBr,
Cklausman - 2nd June 2010 at 13:50 #50836
By standby I believe you mean put your computer to sleep. Simple.
Click on Start.
In the empty search box type in “Power Options”
Open up the program.Click the “Change when the computer sleeps” option.
Put the computer to sleep: 10 minutes
Turn off the display: 10 minutesAfter 10 minutes of inactivity (no mouse movement, etc) your tower will go to sleep as well as your monitor.
You can also enable hibernation on your server as well and set a timeout for this process to begin as well.
Click on Start.
Type in cmd.exe
Open up Command PromptType in the following command:
powercfg -h on
powercfg -x -hibernate-timeout-ac 60The computer will enter hibernation mode after 60 minutes of inactivity.
You can disable this by typing “powercfg -h off” if you do not want this feature any longer.
- 2nd June 2010 at 13:50 #50843
By standby I believe you mean put your computer to sleep. Simple.
Click on Start.
In the empty search box type in “Power Options”
Open up the program.Click the “Change when the computer sleeps” option.
Put the computer to sleep: 10 minutes
Turn off the display: 10 minutesAfter 10 minutes of inactivity (no mouse movement, etc) your tower will go to sleep as well as your monitor.
You can also enable hibernation on your server as well and set a timeout for this process to begin as well.
Click on Start.
Type in cmd.exe
Open up Command PromptType in the following command:
powercfg -h on
powercfg -x -hibernate-timeout-ac 60The computer will enter hibernation mode after 60 minutes of inactivity.
You can disable this by typing “powercfg -h off” if you do not want this feature any longer.
- 2nd June 2010 at 13:50 #60655
Anonymous
By standby I believe you mean put your computer to sleep. Simple.
Click on Start.
In the empty search box type in “Power Options”
Open up the program.Click the “Change when the computer sleeps” option.
Put the computer to sleep: 10 minutes
Turn off the display: 10 minutesAfter 10 minutes of inactivity (no mouse movement, etc) your tower will go to sleep as well as your monitor.
You can also enable hibernation on your server as well and set a timeout for this process to begin as well.
Click on Start.
Type in cmd.exe
Open up Command PromptType in the following command:
powercfg -h on
powercfg -x -hibernate-timeout-ac 60The computer will enter hibernation mode after 60 minutes of inactivity.
You can disable this by typing “powercfg -h off” if you do not want this feature any longer.
- 18th December 2012 at 16:51 #50837
The enclosed archive contains a script to configure the Power Settings on W2008/W7.
- 18th December 2012 at 16:51 #50844
The enclosed archive contains a script to configure the Power Settings on W2008/W7.
- 18th December 2012 at 16:51 #60656
Anonymous
The enclosed archive contains a script to configure the Power Settings on W2008/W7.
- AuthorPosts
- You must be logged in to reply to this topic.