autostart - Windows Service doesn't start automatically -
I have a Windows service set to automatically start from 3.5 km, but when the system reboots Will not start.
As I think, when trying to start the service, due to the dependence of my service this can not happen, I do not know what my service is dependent on. I tried to work with adding the print spooler of windows as one of the dependencies of my service, as one of the print spooler services, it is too late during the boot-up, ok work around, not working does not.
I am using Windows Server 2003 r2, so the "Automatic delayed" option is not available to me and I can not use Windows Server 2008 just for this.
At this time I am out of ideas. Any suggestions would be appreciated.
Some suggestions to try:
- Check system logs too
- Add logging to your service, eg in the system event log or use log4net
- Press the service in the same message in the start-up, or possibly with as little dependence as a Create a new tampered service
Comments
Post a Comment