If its 3rd party service then you can make a .bat file with following command
sc stop [service_name]
sc start [service_name]
Use Task scheduler in control panel to run this .bat file after every X hours.
My little Information Technology blog
If its 3rd party service then you can make a .bat file with following command
sc stop [service_name]
sc start [service_name]
Use Task scheduler in control panel to run this .bat file after every X hours.