Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
146 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to certify my driver with the Windows Hardware Lab kit, but I don't know which tests I should do, my driver uses PsSetLoadImageNotifyRoutine, PsSetCreateProcessNotifyRoutine, IOCTL, and ObRegisterCallbacks. In the HLK tool, the only test that is compatible with Registry Callbacks, I need help.
Which tests should I choose or how to configure HLK for these uses I mentioned?