I was debugging my driver. When I rebooted the machine, the DbgPrints vanished (I could not see them in WinDbg). Then I realized that my driver hasn’t loaded.
I checked the registry. A new value INITSTARTFAILED was created under “Mydriver|Enum” key. What does this mean ? What has gone wrong which is preventing my driver to load ?
Abhijit