The service is written to start automatically and usually it does so. But at some case service fails to start on machine boot up. What are all the possible cases will this occur.
For now, I know I could find traces in the event viewer system logs (Service Control Manger) but is it all that window got to troubleshoot the startup issue. (Also found the if the service bin file is missing it's not logging in the event viewer) so not all cases are captured.
NOTE: After the startup, If the service is started manually, it gets started!!
How do I troubleshoot service startup issue.