Windows Services: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
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=

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.