Welcome, Guest. Please login or register.
May 22, 2013, 05:05:15 PM
Pages: [1]   Go Down
  Print  
Author Topic: HOW: Schedule a Hibernation...  (Read 219 times)
Intuit
Ace

Posts: 10,355

Join Date: Oct, 2002


« on: July 20, 2007, 06:45:15 PM »

If your BIOS supports wake-up by timer, your computer could be setup
to automatically hibernate at say, 1AM and wakeup at say, 8AM (just in
time to run an alarm at 8:05).  Your email could be waiting at 8:10.

Personally, I used Macro Express to setup a sleep timer script
programmable from the WinTV remote.  Nice!

.
.
.
Anyway, the command-line utility that can initiate hibernation even when run under the task scheduler...
http://www.beyondlogic.org/consulting/shutdown/shutdown.htm
(You don't have to read all that, just search for the word "Download".)

.
Example of a schedule command... (NOTE:  AT command uses 24-hour time format)
Code:
AT 01:00 /InterActive "C:\Program Files\CONSOLE\BeyondLogic.Com\ShutDown.Exe" -s hibernate  -l 240 -m "Initiating 1AM Scheduled Hibernation."

.
Another example for a 1PM hibernation...
Code:
AT 13:00 /InterActive "C:\Program Files\CONSOLE\BeyondLogic.Com\ShutDown.Exe" -s hibernate  -l 240 -m "Initiating 1PM Scheduled Hibernation."

.
.
To get more information on the command-line parameters supported by either AT or ShutDown, "AT /?" or "ShutDown /?".
To open the command prompt, go to "Start Menu" -> "Run" and type "CMD" followed by {Enter} button.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: