View previous topic :: View next topic |
Author |
Message |
Portugal1234 Grandmaster Cheater
Reputation: 0
Joined: 18 Oct 2007 Posts: 680
|
Posted: Mon Nov 24, 2008 8:57 pm Post subject: Can i have my computer..... |
|
|
Can i have my computer turn off at a specific time, if it's 10 PM and i have sutin running but dont want to turn it off yet, can i have it turn off at like 2 AM so it cna finish??
|
|
Back to top |
|
 |
Nehalem Expert Cheater
Reputation: 0
Joined: 10 Jan 2007 Posts: 136
|
Posted: Mon Nov 24, 2008 9:12 pm Post subject: |
|
|
Use the shutdown command in Run. Alternatively, you can use the Scheduled Tasks (I'm running Windows XP), but I'm not a big fan of it.
This is what the code should look like:
shutdown -s -t "x" -c "y"
x = time in seconds. 3600 = 1 hour.
y = message. The -c is optional.
Typing in shutdown -a will cancel the shutdown process.
For instance, if you leave at 10 PM, and want it to shut off at 2 AM:
shutdown -s -t "14400"
|
|
Back to top |
|
 |
creative1 Expert Cheater
Reputation: 0
Joined: 27 Sep 2008 Posts: 158
|
Posted: Tue Nov 25, 2008 9:15 pm Post subject: |
|
|
ZGMFx20A wrote: | Use the shutdown command in Run. Alternatively, you can use the Scheduled Tasks (I'm running Windows XP), but I'm not a big fan of it.
This is what the code should look like:
shutdown -s -t "x" -c "y"
x = time in seconds. 3600 = 1 hour.
y = message. The -c is optional.
Typing in shutdown -a will cancel the shutdown process.
For instance, if you leave at 10 PM, and want it to shut off at 2 AM:
shutdown -s -t "14400" |
Actually, I've messed around with this a bit, and I think it only lets you put a delay up to 10 minutes. What I would do is use Scheduled tasks and have it run the plain shutdown command at a designated time (or after a certain amount of idle).
_________________
|
|
Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Tue Nov 25, 2008 11:48 pm Post subject: |
|
|
creative1 wrote: | ZGMFx20A wrote: | Use the shutdown command in Run. Alternatively, you can use the Scheduled Tasks (I'm running Windows XP), but I'm not a big fan of it.
This is what the code should look like:
shutdown -s -t "x" -c "y"
x = time in seconds. 3600 = 1 hour.
y = message. The -c is optional.
Typing in shutdown -a will cancel the shutdown process.
For instance, if you leave at 10 PM, and want it to shut off at 2 AM:
shutdown -s -t "14400" |
Actually, I've messed around with this a bit, and I think it only lets you put a delay up to 10 minutes. What I would do is use Scheduled tasks and have it run the plain shutdown command at a designated time (or after a certain amount of idle). |
no, it works, i've done it multiple times (XP). i think there was a problem with vista but i'm not too sure.
if you want an app, here's a little one i made and posted in the MS forums (only tested on XP).
_________________
|
|
Back to top |
|
 |
|