Difference between revisions of "Services"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 11: Line 11:
 
[[ChangeLog-0.3.1]]
 
[[ChangeLog-0.3.1]]
 
* rewrote most of the service manager code ([[Ged Murphy]])
 
* rewrote most of the service manager code ([[Ged Murphy]])
 +
 +
[[ChangeLog-0.3.3]]
 +
 +
services.exe
 +
* Move calls to SetServiceStatus into service.exe ([[Ged Murphy]])
  
  
 
[[Category:BNWIP]]
 
[[Category:BNWIP]]

Revision as of 05:39, 3 April 2012

Services.exe is the Service Control Manager, providing an API to control services.

servman.exe functions as services.msc does on Windows. http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/servman/?view=log

http://en.wikipedia.org/wiki/Svchost.exe

Svchost.exe

ChangeLog-0.1.0 Service Control Utility Added (Bn: Might mean Sc.exe)

ChangeLog-0.3.1

  • rewrote most of the service manager code (Ged Murphy)

ChangeLog-0.3.3

services.exe

  • Move calls to SetServiceStatus into service.exe (Ged Murphy)