1. Press Win+R or Win+R -> “cmd”
2. To start a service use
sc start [service-name]
3. To stop a service use
sc stop [service-name]
4. To create a shortcut
- Go to Desktop
- From the Context menu select New -> Shortcut
-
Enter command in the location field
sc start|stop [service-name]
- Enter a name
- Save
-
Use it as an icon or set a Keyboard shortcut in its Properties.