Lab management can reboot machines but does not have a built in way to schedule a reboot of the machines. You would have a few options that you could use to accomplish this, the easiest way would be to create a ''scheduled task'' then create a basic task in windows that restarts the machine at the same time every night. As long as the machine restarts to the login screen and you have lab service set to do the auto login then the test should be able to kick off once it restarts.
This is an example of a restart/shutdown script
https://www.thewindowsclub.com/schedule-shutdown-restarts-windows-7-task-schedular
and here is a list of arguments that you can use for the windows shutdown script:
https://www.easeus.com/computer-instruction/shutdown-power-off-windows-10-using-cmd.html
Also you could just make a simple batch script that restarts the machine and then call that batch script in a ''VAPI-XP'' test in alm and schedule that in the timeslots module of ALM.