0

Just like "chocochaos" and thunderhue My "select a restart time" is also grayed out.

It is very frustrating that there does not seem to be an answer to this problem.

I just want to set my own restart time!!!

1 Answers1

0

You can manually run a shutdown or restart timer by the following:

Press Win + R

For a shutdown timer:

shutdown -s -t NUMBER_OF_SECONDS

For restarting:

shutdown -r -t NUMBER_OF_SECONDS

As an example, if you want your computer to shut down completely in one hour, you'd type this in the Run... window:

shutdown -s -t 3600

JaredT
  • 1,130
  • 6
  • 17