Windows Server 2008 setup task schedulerCreated OnMarch 16, 2021Last Updated OnMarch 16, 2021byWesAdmin Print < Back to the Title Topic Windows Server 2008 setup task scheduler Step 1: Go to administrative tools, task scheduler. Step 2: Then right-click on Task Scheduler and select Create Task Step 3: Name the task, in this example “Reboot Weekly Saturday 2am” Step 4: Change settings to run whether the user is logged in or not. Change User/Group and type in SYSTEM.On the Triggers tab, select New and fill in your schedule and make sure to check Enabled at bottom of the screen. Step 5: On the Actions tab, select New Action, Start a program, and browse to “c:.windows/system32/shutdown.exe” and add “/r” in the arguments box.