; ; Install the HID Gamepad as an extension INF that includes a filter driver ; [Version] Signature="$WINDOWS NT$" Class = Extension ClassGuid = {e2f84ce7-8efa-411c-aa69-97454ca4cb57} Provider=%ProviderName% ExtensionId = {8158C321-8A68-49ED-AD72-038C6A16327C} DriverVer = 04/27/2026,10.0.26100.8328 PnpLockdown=1 [SourceDisksFiles] hidgamepad.sys=1,, [SourceDisksNames] 1 = %DiskId1%,,, [FilterCopyFiles] hidgamepad.sys [DestinationDirs] FilterCopyFiles=13 [Manufacturer] %ProviderName%=Microsoft,NTamd64 [Microsoft.NTamd64] %HidGamepad.DeviceDesc% = HidGamepad_Install, HID_DEVICE_SYSTEM_GAME [HidGamepad_Install] CopyFiles = FilterCopyFiles [HidGamepad_Install.Services] AddService = hidgamepad,,HidGamepad_Service_Inst [HidGamepad_Service_Inst] DisplayName = %HidGamepad.DeviceDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %13%\hidgamepad.sys [HidGamepad_Install.Filters] AddFilter = hidgamepad,,FilterSection [FilterSection] FilterPosition=Upper [Strings] DiskId1 = "HID Gamepad driver installation disk" ProviderName = "Microsoft" HidGamepad.DeviceDesc = "HID Gamepad"