Add Service dependencies to the OpenEdge AdminService (service) to ensure that it will only try to start after the other needed Windows Network related services have initialised.
When using the standard 'Local System Account' this is not needed as the local system account is always reachable.
To add Service dependencies the following command can be used:
sc config AdminService11.7 depend= TermService/Netlogon/Dhcp/Dnscache/nsi/lmhosts/LanmanWorkstation/WebClient
For further detail refer to Article: