Hello,
Using this code to set StartType:
https://docs.microsoft.com/en-us/answers/questions/798043/stop-and-disable-service.html
It sets the StartType = Automatic but can't set to Automatic (Delayed Start)
Tried all these with no luck:
SERVICE_AUTO_START
SERVICE_BOOT_START
SERVICE_DEMAND_START
SERVICE_DISABLED
SERVICE_NO_CHANGE
SERVICE_SYSTEM_START
Any idea?
Best :)