Backtrack:  
 
by lunarg on June 14th 2011, at 17:03

For a daily automated reboot, create a cmd-script with this content.

@echo off
shutdown -r -t 5 -f -c "daily reboot"

Add it as a task in task scheduler, set to daily, weekly, or whatever you want.