SoFunction
Updated on 2025-03-09

Use Windows scheduled tasks to achieve server restart

Use the operating system's schedule to implement any call /reboot, the method is as follows:

In the Start-Control Panel--Schedule Task, click Add Schedule Task

Select c:\windows\system32\ in the browsing program, and then select Daily,

After adding, click the properties of this task, and then enter it in the runtime.

C:\WINDOWS\system32\ /reboot

It will take effect after confirmation.