REM ********************************************************************* REM REM Name : RestartService.bat REM Author : 3Ds (UK) Limited REM Description : Example batch file to stop and start a Windows service. REM REM Arguments : None. REM REM Returns : None. REM REM ********************************************************************* REM *** TODO: Add/amend the names of the services *** net stop "ASP.NET State Service" net start "ASP.NET State Service"