Windows Services: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Windows =Start/Stop from Command Line= <pre> net start|stop service-name </pre> =Delete= <pre> sc delete service-name </pre>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
net start|stop service-name | net start|stop service-name | ||
</pre> | </pre> | ||
where the service name can be identified in "Services" -> service in question -> right click -> Properties -> General -> Service name. | |||
=Delete= | =Delete= | ||
Line 14: | Line 16: | ||
sc delete service-name | sc delete service-name | ||
</pre> | </pre> | ||
=TODO= | |||
<font color=red>cygwin Windows services https://home.feodorov.com:9443/wiki/Wiki.jsp?page=CygwinWindowsServices.</font> |
Latest revision as of 19:37, 21 January 2016
Internal
Start/Stop from Command Line
net start|stop service-name
where the service name can be identified in "Services" -> service in question -> right click -> Properties -> General -> Service name.
Delete
sc delete service-name
TODO
cygwin Windows services https://home.feodorov.com:9443/wiki/Wiki.jsp?page=CygwinWindowsServices.