I need to add a dword value under HKLM\SYSTEM\CCS\Enum\USB\Vid*Pid**\Device
Parameters key.
The name is NDIS_AUTOMODE and needs a value of 1
I have been unable to find any examples of this.
I want to modify the following inf file for this.
Any help or examples appreciated.
Here is part of my inf file:
Manufacturer]
%MfgName% = PANTECH, NTx86.5.1, NTia64, NTamd64
; For Win2K
[PANTECH]
%PTDCWWAN_DeviceDesc% = PANTECH.Install.W2K, USB\VID_106C&PID_3702&MI_02
; For XP and later
[PANTECH.NTx86.5.1]
%PTDCWWAN_DeviceDesc% = PANTECH.Install, USB\VID_106C&PID_3702&MI_02
[PANTECH.NTia64]
%PTDCWWAN_DeviceDesc% = PANTECH.Install, USB\VID_106C&PID_3702&MI_02
[PANTECH.NTamd64]
%PTDCWWAN_DeviceDesc% = PANTECH.Install, USB\VID_106C&PID_3702&MI_02
; --------- Windows 2000 -----------------
[PANTECH.Install.W2K.NT]
Characteristics = 0x81 ; NCF_HAS_UI & NCF_VIRTUAL
CopyFiles=PTDCWWAN_Files_Driver_W2K
AddReg=PTDCWWAN.reg, PTDCWWAN.params.reg
[PANTECH.Install.W2K.NT.Services]
Addservice = PTDCWWAN, 0x00000002, PANTECH.Install.AddService
AddService = PTDCWFLT,PANTECH.Install.W2K.AddService
[PANTECH.Install.W2K.NT.HW]
AddReg = PANTECH.Install.W2K.HW.AddReg
[PANTECH.Install.W2K.HW.AddReg]
HKR,UpperFilters,0x00010000, “PTDCWFLT”
; --------- Windows NT -----------------
[PANTECH.Install.NT]
Characteristics = 0x81 ; NCF_HAS_UI & NCF_VIRTUAL
CopyFiles=PTDCWWAN_Files_Driver
AddReg=PTDCWWAN.reg, PTDCWWAN.params.reg
[PANTECH.Install.NT.Services]
Addservice = PTDCWWAN, 0x00000002, PANTECH.Install.AddService
[PTDCWWAN.reg]
HKR, Ndi, Service, 0, “PTDCWWAN”
HKR, Ndi\Interfaces, UpperRange, 0, “ndis5”
HKR, Ndi\Interfaces, LowerRange, 0, “ethernet”