If you are like me, you dont like navigating and starting manually services. So;
- You can create two shortcuts, that points to service. By clicking the shortcuts, you can start or stop services. While creating the shortcut, When it asks you to browse or specify the location of what you want the shortcut to point to, enter the following:
For start;cmd /c net start SERVICE_NAME
For stop;
cmd /c net stop SERVICE_NAME
- You can run this command at command promt,
Like;net start SERVICE_NAME



