Windows Services

From NovaOrdis Knowledge Base
Revision as of 19:37, 21 January 2016 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.