Skip to content Skip to sidebar Skip to footer

3 Easy Ways to Turn Off Your Computer

How to Turn Off Your Computer Automatically – therantnation.com. A computer is one of the most important devices, whether you are working in the office or at home. That’s why this one device is turned on very often.

In this case the user should know how to turn off the computer automatically. This is especially needed for users who have a regular schedule in their use.

By knowing how to turn off the computer automatically, this can provide convenience for users. In addition, it can also keep the computer engine to stay durable.

Easy Ways to Turn Off Your Computer Automatically

3 Easy Ways to Turn Off Your Computer Automatically

There are 3 ways that can be practiced to turn off the computer automatically. First with the Task Scheduler feature. Second by using Batch files. And the third is with the Command Prompt. Here are the steps of the three ways.

1. Turning Off the Computer with the Task Scheduler Feature

The first way to turn off the device automatically is to use the Task Scheduler feature or application. In accordance with the name which means “task scheduler”, this application has a function to make arrangements for the schedule of activities on the computer.

Here are the steps to use it.

  • Please click the Windows button on the computer. Then type the name “Task Scheduler“.
  • After that, click the action button and press the “Create Basic Task“.
  • After this, a new window will open. Please provide a name and write a description according to preference. Then continue by clicking “Next“.
  • Then select the option “One Time” and press “Next“.
  • Now the user can set and specify the date and time at what time the computer will automatically shut down. After both are set, continue by pressing the “Next“.
  • Then press the button “Start a Program” and press the “ buttonNext” then “Browse“.
  • After that a new window will appear where the user needs to write “shutdown.exe” in the File Name column. Also fill in the parameter with “/s“then click the button”Enter” also “Next“.
  • In the last step, if the time and date are what you want, touch the Finish button.
  • Finished. The computer willshut down by the system at that time and date.

2. Shutting Down the Computer with Batch Files

The second way to automatically shut down a computer is to use a batch file or .bat file. This file is a text file that contains various commands that will be executed by the Windows system. Here are the steps to create this file.

  • First of all, please open a new Notepad file first.
  • To open it, users can do it by right-clicking on the desktop and then selecting the Notepad file on the menu “New Text Document“.
  • After the file is open, copy and paste the code below into it.
    @echo off
    :W
    if %time%==00:00:00.00 goto :X
    goto :W
    :X
    shutdown.exe /s /f /t 60 /c “Sleep!!!!!!
  • Notice the arrangement of the code above. User can replace 00:00:00:00 with the desired time. This time entered will be the time to automatically shut down the computer.
  • After the timing is complete, press the “Save as“. In the column “Save as type”, take the option of All Files.
  • Next, name this file with “shutdown.bat“. Then click the Save button.
  • Finally, select the file and then double click (double click) to activate this file.

Turning Off the Computer With the Command Prompt Feature

Read: V Gaming Apk to Restore Free Fire Account

3. Turning Off the Computer with the Command Prompt Feature

The third method or the last method to turn off the computer automatically shut down the computer is to take advantage of the Command Prompt feature or commonly abbreviated as CMD.

Like batch files, Command Prompt is a feature on a computer that can give certain commands to be run by the operating system on it.

Here are the steps to take advantage of this feature.

  • Press the Windows key (shown by the window) on the computer and the letter R at the same time. The combination of these two keys will open the Run menu on the computer.
  • On the Run menu, type cmd and then select the OK button below. You can also directly press the Enter key on the computer.
  • After that, this Command Prompt menu will open. The shape is a window with a black background color.
  • Then type shutdown code -s -t XXXX to perform certain commands. In this case, XXXX means the number of seconds that the computer will automatically shut down after that number runs out.
  • For example, if the user wants to shut down the computer in the next 1 hour, write down 3600, which is shutdown -s –t 3600. This number of seconds can be adjusted according to the wishes and needs of the user, such as writing the number 7200 for the shut down process. 2 hours ahead, and so on.
  • Finally, press Enter. The system will then shut down the computer according to the number of seconds entered.

Thus the complete steps of 3 ways to turn off the automatic computer that therantnation.com can provide for today. Users can choose any of the above methods according to their preferences.

In this case, when considering the practical side, the last method is the easiest way to do it.