This article tells you how to restart a windows service on a schedule automatically
Scheduled Restart of Windows Services
Put the following commands in a text file with filename ending with .bat and use windows scheduler to trigger it at desired schedule.
net stop
net start