Skip to content

Automate Windows Shutdown Timer

Published: at 03:55 AM

You can easily automate shutting down your Windows system after a specific period using the Command Prompt.

Command for Automated Shutdown

To schedule a system shutdown, use the following command:

shutdown -s -t 1800

Explanation

Canceling a Scheduled Shutdown If you need to cancel a scheduled shutdown, use:

shutdown -a

This will abort any pending shutdown operation.

Example Use Cases

  1. Finish downloads or updates: Schedule a shutdown to ensure the system powers off after a long process.

  2. Save energy: Automate shutdown for systems left running during non-productive hours.


Previous Post
NPM Maintenance
Next Post
Analytics Tools Overview