How to know when \Registry\Machine\Software key is loaded?
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?
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.