Shutdown - S T 3600 Exclusive |work|
You will see the same system notification confirming the scheduled shutdown. How to Cancel a Scheduled Shutdown
if %build_success% == true ( shutdown /s /t 3600 /c "Exclusive: Build succeeded. System will auto-shutdown in 1 hour." )
The technical components of the command break down as follows: shutdown s t 3600 exclusive
To help me tailor this layout, are you looking to use this command for a (like ending a download or media stream)? I can also provide a premade downloadable batch script (.bat) file configuration if you want to completely automate the setup. Share public link
Because there are 3,600 seconds in an hour (60 minutes × 60 seconds), 3600 tells Windows to wait exactly before executing the shutdown sequence. How to Execute the Command You will see the same system notification confirming
Alex Tech-Parent Date: April 21, 2026
: In the location box, type: shutdown /s /t 3600 and click Next . I can also provide a premade downloadable batch script (
This command as intended on standard Windows versions. It contains a syntax error.
: The primary built-in utility in Windows used to manage system power states, including logging off, restarting, or shutting down.
Imagine you run a small design agency. One workstation is reserved for rendering high-end 3D animations every night from 2:00 AM to 4:00 AM. However, users often leave it on overnight. You can schedule a task for 1:00 AM:
Press the on your keyboard to open the Run window. Type shutdown -s -t 3600 into the text field. Click OK or press Enter .