Easy Service restart one liner
I run into this all the time where I would like to restart a service but did not want to open manage my computer to click the restart button, nor did I want to type two different net commands at two different times. Well Steve Rachui gave me this one day after restarting services manually a couple of dozen times. Just type this on one liner.
Net Stop Healthservice && Net Start Healthservice
Net Stop SERVICENAME && Net Start SERVICENAME