• 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.

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

Specop 007

Diamond Member
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?
 
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.
 
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: 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. 😀
 
Originally posted by: Specop 007


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

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