Schedule the computer Shutdown automatically without any software

 When I am talking about this post the question arises that : How to schedule the computer to shutdown at certain time? Suppose I am working late night and there is no prior time for sleep. So, I wanted to setup my computer to shutdown after 30 minutes
. How can I overcome to schedule this task? This post is all about to guide you that how you can schedule your computer to shutdown at specific time without using any software.

Let's see how:

Follow the instruction below:

1. Open the Run and Type cmd to open the Command Prompt (To open Run, Press Windows Button+R).

2. In the Command Prompt, type the command :
            shutdown -s -t <No. of seconds after which your computer shutdown>

E.g. :   shutdown -s -t 60
After pressing Enter, you system will shutdown after 1 minute (1 min=60 sec).


This is the simplest way through which you can shutdown your computer without using any third party software.

-To cancel the scheduled shutdown, type the below command in the cmd (Command Prompt)
             shutdown -a

This will kill the shutdown process and your scheduled shutdown will be cancelled.



I hope you will able to use this trick to shutdown your computer. For any query or suggestion comment below.