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

Windows services - DCOM Server Process Launcher

Name: DCOM Server Process Launcher

Purpose:

Provides launch functionality for DCOM services.

Default startup:

XP Home: Automatic
XP Pro: Automatic

Log On As:

Local System Account

Dependencies:

None

Default Registry:


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch]
"Description"="Provides launch functionality for DCOM services."
"DisplayName"="DCOM Server Process Launcher"
"ErrorControl"=dword:00000001
"Group"="Event Log"
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000020
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
00,02,00,00,00,60,ea,00,00

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