• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Vista Computer -- Can I have it shutdown at the same time each day?

GCS

Diamond Member
Is there some way I can have my media server shutdown at the same time every day?

I don't need it on throughout the night so it would be nice to just shut it down completely.

Running 64 bit Vista Ultimate.

Greg
 
yes,

make a scheduled task with the command:
shutdown /s /t 0

or you can suspend with this command:
rundll32.exe powrprof.dll,SetSuspendState
 
Isn't Vista limited to 600 seconds though?

Plus I want it to shutdown at say 2am each night vs. shutdown in 2 hours etc as I have no idea what time each day the server will be turned on.

Greg
 
Originally posted by: GCS
Isn't Vista limited to 600 seconds though?

Plus I want it to shutdown at say 2am each night vs. shutdown in 2 hours etc as I have no idea what time each day the server will be turned on.

Greg

You can set a specific time in the schedule task.
 
Originally posted by: MedicBob
What about the power options in the BIOS?

bios generally have startup options, shutdown are rare since they require os participation.
 
I ended up using the Vista Shutdown Timer with appropriate parameters attached to shutdown at a set time PLUS running the program as a scheduled task in Task Scheduler on a daily basis.

These 2 items together took care of what I needed.
 
Back
Top