Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto power on
#10
How would it work to schedule a task to turn on a computer at a specific time and have it stay on; instead of like the example above where it turns on after a specific duration of time and then shuts off again after 2min or when the task it finished.

Basically I want my computer to hibernate during non-business hours and then turn on during business hours.

I.E...
Scheduled task a computer to hibernate at 6:00pm
Scheduled task a computer to wake up at 10:00am
Then the computer would stay on from 10:00am-6:00pm

I know something like this would work if I scheduled a task at 6:00p
Code:
Copy      Help
int hours seconds
hours =16
seconds=(hours*3600)
WakeUpAfter seconds 4

I would just prefer to have a Hibernate task and a Wake Up task...

Thanks,
Jimmy Vig


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)