Question

I want to access \Registry\Machine\Software key from a driver. The driver is loaded prior to the registry key. Do I have to poll the key availability? Or there is something I can wait for?

Was it helpful?

Solution

Why can't you use SYSTEM\CurrentControlSet\Services\YourDriver\Parameters ?

I'm sure this question has been asked on the OSR mailing list several times, you can probably find more info there, but AFAIK, there is no event you can wait for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top