Home  >  Article  >  System Tutorial  >  3 Ways to Setup Auto Shutdown on Windows 10 Computer

3 Ways to Setup Auto Shutdown on Windows 10 Computer

PHPz
PHPzOriginal
2024-08-01 21:12:32968browse

Occasionally, you may hope your computer can automatically shut down in a scheduled time, for example, when some downloading processes haven't been completed yet, but you have to leave the computer screen right now. Now, this post introduces three ways to setup auto shutdown on Windows 10 computer, which also apply to Windows 8.


  • Way 1: by the Run dialog
  • Way 2: by Command Prompt
  • Way 3: by Task Scheduler

Way 1: Setup auto shutdown on Windows 10 by the Run dialog box

Step 1: Press Win + R keys to open the Run dialog box.

Step 2: Type shutdown –s –t number, for example, shutdown –s –t 1800 and then click OK.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Tips: The number in the entered command is the time in seconds; 1800 just means 1800 seconds (i.e. 30 minutes). You can set the number depending on your own needs.

Way 2: Setup auto shutdown in Windows 10 by Command Prompt

Step 1: Press Win + X keys and then select Command Prompt to open Command Prompt.

Step 2: Type shutdown –s –t number and press Enter key.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

After using either way above to setup auto shutdown in Windows 10, immediately you can notice one notification popping up from the lower right corner of the desktop to inform you that you're about to be signed out of Windows 10 and computer will shut down at your scheduled time. The pop-up message will disappear soon.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Way 3: Setup auto shutdown in Windows 10 by Task Scheduler

Compared to the above two ways, this way will be a bit more complicated.

Step 1: Open the Run dialog. Then type taskschd.msc and click OK.

Step 2: After Task Scheduler opens, click Create Basic Task... in the right-side pane.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Step 3: Type Shutdown in the Name field and click Next.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Step 4: Choose when you want the auto shutdown task to start and click Next.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Step 5: Set the specific time when you want your Windows 10 to automatically shut down and click Next.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Step 6: Select Start a program and click Next.

Step 7: Click the Browse button. Navigate to C:WindowsSystem32. Drop down to find the shutdown application file, select it and click Open.

Step 8: Type –s in the box behind Add arguments (Optional) and then click Next.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

Step 9: Click Finish. Then the setup will take effect and your Windows 10 computer will automatically shut down at your specified time.

Timed shutdown brings much convenience for us. Hope the above ways will be helpful to you. In addition, if you want to cancel auto shutdown in Windows 10, just need to open a Run dialog box (or Command Prompt window) and then type shutdown –a followed by clicking OK to cancel the setup.

3 Ways to Setup Auto Shutdown on Windows 10 Computer

The above is the detailed content of 3 Ways to Setup Auto Shutdown on Windows 10 Computer. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn