Error 1068: The Dependency service or group failed to start

G

Gary

Well, I attempt to login onto a windows domain and I get
the error cannot start "netlogon" service. When I attempt
to start this service manually I get the error in the
subject line.
 
K

Ken Wickes [MSFT]

You can use "sc qc <service>" to find the dependencies like this:

C:\>sc qc netlogon
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: netlogon
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\lsass.exe
LOAD_ORDER_GROUP : RemoteValidation
TAG : 0
DISPLAY_NAME : Net Logon
DEPENDENCIES : LanmanWorkstation
SERVICE_START_NAME : LocalSystem

Now find out if the LanmanWorkstation service is running.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top