Schedule Automatic Shutdown in Windows Server 2022

This Windows Server 2022 Tutorial covers how to Schedule Automatic Shutdown in Windows Server 2022. Task Scheduler is a job scheduler in Microsoft Windows, Task Scheduler is used to Schedule Automatic Shutdown in Windows Server 2022. Windows Server is a group of server operating systems developed by Microsoft. A server operating system is a type of operating system that is designed to run on a server.

Related Tutorials
Install Windows Server 2022

Demo environment
Computer Name: server1.test.com
Operating System: Windows Server 2022 Datacenter
IP Address: 192.168.0.3

1. Open the Server Manager dashboard, click tools, and select Task Scheduler.

Schedule Automatic Shutdown in Windows Server 2022

2. Select Task Scheduler Library and click Create Task.

Schedule Automatic Shutdown in Windows Server 2022

3. In the General section, Enter Name, Discerption, and enable, run whether the user is logged on or not, and click OK.

Schedule Automatic Shutdown in Windows Server 2022

4. In the Triggers section, Click New for crate new Trigger.

Schedule Automatic Shutdown in Windows Server 2022

5. Configure Trigger and click OK. In this tutorial, we configure Daily 6 pm.

Schedule Automatic Shutdown in Windows Server 2022

6. In the Action section, click New.

Schedule Automatic Shutdown in Windows Server 2022

7. Click Browse to Browse the program.

Schedule Automatic Shutdown in Windows Server 2022

8. Select Shutdown.

  • Program/Script path: C:\Windows\System32\shutdown.exe
Schedule Automatic Shutdown in Windows Server 2022

9. Add arguments /s and click OK.

Schedule Automatic Shutdown in Windows Server 2022

10. Click OK.

Schedule Automatic Shutdown in Windows Server 2022

11. Enter the User Information running for this task and click OK.

Schedule Automatic Shutdown in Windows Server 2022

Automatic Shutdown Task has been configured

Windows Server 2022 Tutorials

Scroll to Top