Starting a Windows Service from Command Prompt
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
İlişkili Yazılar :
Tags: command, command prompt, net start, net stop, Service
Posted in Bilgisayar, SQL Server | No Comments »
| Önceki Yazı << How To Move Selected ListItems to Down in ListBox | Sonraki Yazı >> “Restart Now” Mesajını Engellemek |



