Windows Services
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.