DeviLib - library about web, IT, programming and web design

Windows services - COM+ Event System

Name: COM+ Event System

Purpose:

Supports System Event Notification Service (SENS), which provides automatic distribution of events to subscribing Component Object Model (COM) components. If the service is stopped, SENS will close and will not be able to provide logon and logoff notifications. If this service is disabled, any services that explicitly depend on it will fail to start.

Default startup:

XP Home: Manual
XP Pro: Manual

Log On As:

Local System Account

Dependencies:

Remote Procedure Call (RPC), System Event Notification

Default Registry:


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventSystem]
"Type"=dword:00000020
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"DisplayName"="COM+ Event System"
"DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"Description"="Supports System Event Notification Service (SENS), which provides automatic distribution of events to subscribing Component Object Model (COM) components. If the service is stopped, SENS will close and will not be able to provide logon and logoff notifications. If this service is disabled, any services that explicitly depend on it will fail to start."

Microsoft page

P.S. To edit services go to start->run and type services.msc
P.P.S. OS settings changing is your own responsibility

Related posts:

Post a Comment