Error 1068: Unable to Start Dependency Service or Group

Error 1068 is a common issue in Windows where the system cannot start a specific service that relies on other services or a service group. This error often results from misconfigured dependent services or missing permissions needed to initiate the service.

Causes of Error 1068

  • Incorrect dependent service configuration: Some Windows services depend on others to start properly. If these dependent services are disabled or malfunctioning, Error 1068 may occur.
  • Network issues: If the error is related to network services, it may stem from issues with network components or protocols.
  • Registry errors: Sometimes, incorrect entries in the system registry can lead to Error 1068, preventing proper service startup.

How to Fix Error 1068

1. Check Dependent Services

First, verify that all services needed by the problematic service are running:

  1. Press Win + R to open the Run dialog.
  2. Type services.msc and press Enter.
  3. Find the main service causing the error, right-click it, and select Properties.
  4. Go to the Dependencies tab to see which other services are required for its operation. Ensure all listed services are running.

2. Restart Network Connections Service (if the error is network-related)

If the error involves network settings, try restarting relevant services:

  1. Open services.msc as described above.
  2. Locate the Network Connections and Windows Firewall services.
  3. Right-click each one and select Restart.

3. Use System Restore

If manual fixes don’t resolve the issue, consider restoring the system to a previous working state:

  1. Press Win + S and type System Restore.
  2. Select a suitable restore point and follow the on-screen instructions.

4. Check the Registry

Error 1068 may also result from incorrect registry entries. Be cautious when working with the registry, and create a backup before proceeding:

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to the registry section related to the problematic service, usually HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
  3. Verify that parameter values match Microsoft’s documentation for proper service functionality.