Services.exe (Windows Embedded CE 6.0)

1/6/2010

Services.exe is a process that supplements the Device.exe process. If a device driver crashes when running in Device.exe, it may corrupt other, unrelated device drivers that are currently running, and crash the entire system. Running services in Services.exe decreases the likelihood of a system failure in the event of a service crash. Services.exe also provides enhanced loading capabilities such as support for starting, pausing, and stopping services.

In This Section

  • Services.exe Application Development
    Provides an overview of the Services.exe implementation in Windows Embedded CE. Shows how to activate and register a service programmatically. Describes how to control and stop a running service, and how to configure Services.exe to load a standalone service. Shows how to use Services.exe from the command line. Describes how to register a super service programmatically and automatically.
  • Services.exe OS Design Development
    Provides information about Services.exe that is helpful when designing and developing a Windows Embedded CE OS. This includes dependency information, the modules and components that implement Services.exe, and Services.exe implementation considerations.
  • Services.exe Migration
    Provides information that is important to know if you are migrating from one version of Windows Embedded CE to another.
  • Servers
    Provides a list of the servers and services that are supported.

See Also

Other Resources

Servers