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.