brettsilverthorn wrote:That appears to have fixed it, what is the reg hack to allow me to control how and when it starts? Brett
For this, you will need the service name for DPCNAV / etc. This is not the physical file name, but the name it is registered with. So, before we begin, all the usual registry editing warnings apply. Make sure that you export this key before you make any modifications, that you have an appropriate backup / system restore point and that if anything goes wrong you can quickly revert back to your previous config.
That said, open regedit and navigate to.
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\
The exact format of this key will depend on the operating system you are running - I can't find a post that specifies, so I will assume 2K for now - if it is otherwise, let me know.
Navigate to the Qbik driver (Services\QbikHK2K) and add the following value:
Name: DependOnService
Value: <name of DPC service>
You can find the name of the service by looking through the list in \Services\.
As an example, the QbikIDS driver depends on NDIS and the QbikHK2K driver. So it adds:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\QbikIDS
DependOnService: NDIS QbikHK2K
This should force the DPC service to load before the WinGate service does, which means everything should be started fine.