You can just setup a scheduled task (running under the necessary privileges) to run a batch file which does:-
Net Stop "X"
Net start "X"
But find out the name of the service first, by opening it service properties, the name is not always as it appears in the services.msc snap-in.