Hi,

I have a question regarding to add registry entries in Netvmini driver
installation.
When I install the Netvmini driver, entries are added under an zero-based
index
of[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}].
Now, I want to add custom entries under one-based index of
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\NetworkCards].

How do I do so in the .inf file? Or, is there any other way?

Thanks!