How to schedule a shutdown using the command prompt in Windows

25, Jul 2016 | Windows

Recommended Hardware & Tools

Check out my official Amazon Storefront to browse the exact parts, tools, and gear I use in my tutorials and videos.

As an Amazon Associate I earn from qualifying purchases.

Introduction:

We have all had that moment when we want to get away from our computer but a torrent is downloading or we are waiting on updates to complete. Or if you use your Windows machine to watch media, you may want to program a shutdown. This works on all versions of Windows, including Windows server environments.

Here is how you do it.

Click on start and type cmd into the search field.

Start Command Prompt

Press enter to open a command prompt window.

From the black window, type the following:

shutdown -s -t 3600
Command Line Shut Down Command With Timer

The shutdown is the command and the options mean:

-s = shutdown (you can use -r to restart)

-t= Time in seconds (3600 = 60 minutes)

Press Enter and you will see the following notification pop up:

Shutdown Timer Notification

How to cancel the Scheduled Shutdown.

To cancel the shutdown schedule, you can enter the following into the command prompt window.

shutdown -a
Abort Shutdown

The -a option stands for abort.

Press Enter, and you should see the following notification pop up appear.

abort-shutdown-command-notification

Let us know what your favourite scheduled cmd command is. We can feature it on our site.

Support My Work!

Buy Me A Coffee

Click The Image To Go To Site

Buy Me A Coffee

I Am An Affiliate!

Just so you know, we may collect a share of sales or other compensation from the links on this page. As an Amazon Associate, I earn from qualifying purchases.

The affiliate link recommendations come at no extra cost to you.

We hope you love the products we recommend!

Thank you if you use our links; we really appreciate the support!

0 Comments

Support My Work!

Buy Me A Coffee

Click The Image To Go To Site

Buy Me A Coffee

I Am An Affiliate!

Just so you know, we may collect a share of sales or other compensation from the links on this page. As an Amazon Associate, I earn from qualifying purchases.

The affiliate link recommendations come at no extra cost to you.

We hope you love the products we recommend!

Thank you if you use our links; we really appreciate the support!