
Now set the date and time from which the task will start working and click next.Choose the repeat frequency of the task according to your requirements and click on the Next button.
A New Create Basic Task Wizard popup will be open and here you need to enter to name and description (Which is optional) and hit the next button. Task Scheduler window will be open and find the Create Basic Task option from the right pane. Open Run dialog by pressing Windows Key + R, type taskschd.msc and hit the enter button. I know this method is a little bit of more complicated compared to the above method this method is very useful if you want to shut down pc after complete certain task. Luckily we’ve got the solution for you, In this situation, you can also set up auto shutdown in your windows PC with the help of Task Scheduler. When you are using a computer and you might have to leave it for several hours, but you want to shut down once complete a task. Method 2: Auto Shut Down By Task Scheduler If you want to cancel this timer then again open command prompt, type shutdown –a and hit enter button. In addition, other options are –h for hibernate and -l for logoff. You can also set time for restart pc, simply replace –s with –r to restart your pc after a given amount of time automatically. Once you run this command shutdown.exe file will be automatically created and this executable program file executes different options such as –s –f –t where –s used for schedule your system, -t used for assign a certain time and –f used to force close application without any warning. exe –s –f –t 1800: This command will force shut down your computer in 30 minutes that means your pc will be shut down forcefully and all running application will be closed without getting stuck on “Do you want to force shut down”. exe –s –t 1800: Actually, This command will shut down your computer in 30 minutes. You’ve done! Now I tell you what is the exact meaning and difference between the two commands written above. Note: You can also run above command in any of following: Windows Power Shell, Task Manager, Address Bar of File Explorer, Command Prompt and Address Toolbar. That’s it now your PC will be shut down automatically after 1800 seconds (30 minutes). Type the “ shutdown.exe –s –f –t 1800” or “shutdown.exe –s –t 1800” (without quotes) press enter button and close the command prompt. First of all open CMD (Command Prompt): Click on windows menu button, search for CMD and open it or press Windows key + R, type cmd and hit enter button to open it. Method 2: Creating A BAT File On Windows PCĪuto Shutdown Time is one of the simplest method to shut down your pc at a specific time without any third party software. Method 2: Auto Shut Down By Task Scheduler.