|
Database of Installed Services
The SCM maintains a database of installed services in the registry. The
database is used by the SCM and programs that add, modify, or configure services. The
following is the registry key for this database.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
This key contains a subkey for each installed service and driver service. The
name of the subkey is the name of the service, as specified by the CreateService function when the service was installed by a service configuration program.
An initial copy of the database is created during setup of Windows NT, which
contains entries for the device drivers required during system boot. The
database includes the following information about each installed service and driver
service:
- The service type. This indicates whether the service executes in its own
process or shares a process with other services. For driver services, this indicates
whether the service is a kernel driver or a file system driver.
- The start type. This indicates whether the service or driver service is
started automatically at system startup (auto-start service) or whether the SCM
starts it when requested by a service control program (demand-start service). The
start type can also indicate that the service or driver service is disabled, in
which case it cannot be started.
- The error control level. This specifies the severity of the error if the
service or driver service fails to start during system startup and determines the
action that the startup program will take.
- The fully qualified path of the executable file. The filename extension is
.EXE for services and .SYS for driver services.
- Optional dependency information used to determine the proper order for
starting services or driver services. For services, this information can include a
list of services that the SCM must start before it can start the specified
service, the name of a load ordering group that the service is part of, and a tag
identifier that indicates the start order of the service in its load ordering
group. For driver services, this information includes a list of drivers that must be
started before the specified driver.
- For services, an optional account name and password. The service program runs
in the context of this account. If no account is specified, the service
executes in the context of the LocalSystem account.
- For driver services, an optional driver object name (for example, \FileSystem\Rdr or \Driver\Xns), used by the I/O system to load the device driver. If no name is specified,
the I/O system creates a default name based on the driver service name.
Note This database is also known as the ServicesActive database or the SCM
database. You must use the functions provided by the SCM, instead of modifying the
database directly.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|