Hello,
I’m developing a Ndis miniport Driver.
I’ve done what the page(msdn.microsoft.com/en-us/library/windows/hardware/ff566351(v=vs.85).aspx) inform me,
but I couldn’t see a WMI Property Page through Device Manager property sheet.
This is what I registered in windows registry through inf file.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}0013
Name: WimconfigClasses
Data : CustomOid
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CoDeviceInstallers
Name : {E5F81160-8AE8-11E2-B20D-E70462887091}
Data : WmiProp.dll, WmiPropCoInstaller
My Ndis Miniport driver has already registered WMI for Custom OID named CustomOid.
Is there any information or sample how I can achieve what I want?
Please help me.