Adb Driver Zip -
; Add specific device models (examples – uncomment and add yours) ; %SamsungGalaxy% = USB_Install, USB\VID_04E8&PID_6860 ; %GooglePixel% = USB_Install, USB\VID_18D1&PID_4EE1
[USB_Install.Services] AddService = WINUSB, 0x00000802, WINUSB.AddService
[Google.NTx86] ; Android ADB (32-bit) %SingleAdbInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_01 %CompositeAdbInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_01&MI_01 %SingleBootLoaderInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_03 %CompositeBootLoaderInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_03&MI_01 adb driver zip
[USB_Install.HW] AddReg = WINUSB.DevProps.AddReg
[WINUSB.DevProps.AddReg] HKR,, DeviceInterfaceGUIDs, 0x10000, "{F72FE0D4-CBCB-407d-8814-9ED673D0DD6B}" ; Add specific device models (examples – uncomment
[DestinationDirs] WINUSB.CopyFiles = 12
[SourceDisksNames] 1 = %DiskName%
[USB_Install.CopyFiles] WINUSB.CopyFiles = 12
[SourceDisksFiles] WINUSB.SYS = 1 WdfCoInstaller01011.dll = 1 WinUSBCoInstaller2.dll = 1 %SamsungGalaxy% = USB_Install
[WINUSB.AddService] DisplayName = WINUSB ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\WINUSB.SYS
[Google.NTamd64] ; Android ADB (64-bit) %SingleAdbInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_01 %CompositeAdbInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_01&MI_01 %SingleBootLoaderInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_03 %CompositeBootLoaderInterface% = USB_Install, USB\Class_FF&SubClass_42&Prot_03&MI_01