Start, stop or restart a Windows service from command prompt

If you manage Windows Services and are comfortable working from the command line then you can use it to easily start, stop, pause or restart any service from an elevated command prompt or as part of a convenient script/batch file. Stopping a service To start a service, run: net stop service-name. Where service-name is the … Continue reading Start, stop or restart a Windows service from command prompt