Is it possible to set a time for my PC to shutdown

Specop 007

Diamond Member
Jan 31, 2005
9,454
0
0
I want to somehow get my PC to shut down at a certain time. How could I do this, without actually being there to shut it down myself?
 

SaltBoy

Diamond Member
Aug 13, 2001
8,975
11
81
You can set up a scheduled task to run the shutdown command. I do it all the time - it works wonders!

I think you want to use the arguments -s -f, but I'm not at my home computer right now to look them up.
 

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
Control panel. scheduled tasks.

Create a batch file with syntax like:

shutdown -s -f -t 1 -m \\computername

Create in notepad.exe and save as all file types with name of shutdown.bat.

Add as process to run in scheduled tasks. :)
 

Specop 007

Diamond Member
Jan 31, 2005
9,454
0
0
Originally posted by: MS Dawn
Control panel. scheduled tasks.

Create a batch file with syntax like:

shutdown -s -f -t 1 -m \\computername

Create in notepad.exe and save as all file types with name of shutdown.bat.

Add as process to run in scheduled tasks. :)

I'll put a shortcut to it in my startup folder just to give myself something to do tomorrow. :D
 

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
Originally posted by: Specop 007


I'll put a shortcut to it in my startup folder just to give myself something to do tomorrow. :D

It's also fun to add to users' logon scripts! :evil: