Effect of highest load order for service.

Hi All,

I have written Windows service application.
Service type is SERVICE_WIN32_OWN_PROCESS.
Task of service is to write data to file which will be used by other application.

1 => Can I set load order Group as “Boot Bus Extender”? Is there any sideeffect ?
2 => Will setting the service to the highest load order (“Boot Bus Extender”) start it before other services?

Regards,
sachin.

> 1 => Can I set load order Group as “Boot Bus Extender”? Is there any sideeffect ?

Win32 processes cannot start this early.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

Hi Maxim,

Thanks for help.
Can you suggest me best possible (earliest) Load Order Group for service of type SERVICE_WIN32_OWN_PROCESS.

Regards,
sachin.