Shutdown

How to schedule an Automatic Shutdown in Windows 10 using Command Prompt

How to schedule an Automatic Shutdown in Windows 10 using Command Prompt

In this post, we will show you how to shut down Windows 10 PC at scheduled time using Command Prompt. You can enter a time of your choice and execute the command using CMD or Command Prompt window. After that, Windows OS will take care of the rest. At the scheduled time, it will automatically turn off your PC or laptop. You can also cancel the scheduled shutdown whenever needed.

Scheduling shut down can come in handy when you have to leave your PC/laptop for some reason but can't close it before some work (like downloading) is going on. In that case, you can simply set a timer so that Windows can shut down the PC at the selected time. Though you can use Windows Task Scheduler to schedule shut down, Command Prompt method is another option you can try which is simpler.

In the image above, you can see a message is displayed that shutdown is scheduled for the entered time.

Schedule a Shutdown in Windows 10

You can schedule an Automatic Shutdown in Windows 10 using Command Prompt using the following steps:

  1. Launch Command Prompt
  2. Enter the command and execute
  3. Close shut down message
  4. Abort shut down.

This basic step requires CMD window. Just type cmd in Run Command (Win+R) box or Search box and press Enter.

After opening the CMD window, type and execute the following command:

Shutdown -s -t yyyy

Replace yyyy with numbers like 500 or 3600 or anything else. Here, yyyy is in seconds. So, if have entered 60 that simply means 60 seconds or 1 minute.

Now you will see a message that Windows will shut down in time set by you. You can close that message.

You need to repeat the above steps whenever you have to schedule an automatic shutdown for the next time.

Read: Shutdown options in the Command Prompt.

Cancel a scheduled auto shutdown

You can also cancel a scheduled shutdown. If some shut down is already scheduled, you can't add another shutdown timer. In that case, you need to cancel the scheduled shutdown.

To cancel or abort shut down, simply execute this command:

Shutdown -a

That's all.

There are some free third-party tools to schedule shut down also available, but using the Command Prompt is a very simple and a built-in option.

How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...