- 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?
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.
Originally posted by: Specop 007
I'll put a shortcut to it in my startup folder just to give myself something to do tomorrow.