; Copyright (c) Microsoft Corporation. All rights reserved. ; ; usb-platformdetection.INF file ; ; Installs the USB Platform Detection Protocol ; ; Author: ; ; Harley Armstrong (haarmstr) Jan. 2024 ; [Version] Signature="$WINDOWS NT$" Class=System ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%ProviderName% PnpLockdown=1 DriverVer = 04/27/2026,10.0.26100.8328 ; ================= Device section ===================== [Manufacturer] %ProviderName%=Microsoft,NTamd64 [Microsoft.NTamd64] %USB\MS_COMP_PLATDE.DeviceDesc%=UnknownUsbPlatformDevice, USB\MS_COMP_PLATDE [UnknownUsbPlatformDevice] CopyFiles=UnknownUsbPlatformDevice.CopyFiles [UnknownUsbPlatformDevice.CopyFiles] usb-platformdetection.sys [UnknownUsbPlatformDevice.Services] AddService=usb-platformdetection,0x00000002,UsbPlatDetectDriverService [UsbPlatDetectDriverService] DisplayName = %usb-platformdetection.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %13%\usb-platformdetection.sys LoadOrderGroup = Base [UnknownUsbPlatformDevice.Wdf] KmdfService=usb-platformdetection,UnknownUsbPlatformDevice_WdfSect [UnknownUsbPlatformDevice_WdfSect] KmdfLibraryVersion=1.15 ;********************************************************************** ; Destination directories ;********************************************************************** [DestinationDirs] UnknownUsbPlatformDevice.CopyFiles = 13 [SourceDisksNames] 1=%Disk_Description%,, [SourceDisksFiles] usb-platformdetection.sys = 1 [ControlFlags] ExcludeFromSelect=* ;---------------------------------------------------------------; [Strings] ProviderName = "Microsoft" Disk_Description = "Usb Platform Detection Driver Installation Disk" usb-platformdetection.SvcDesc = "Usb Platform Detection Driver" USB\MS_COMP_PLATDE.DeviceDesc = "Windows Specific USB Device Detecting the Current Platform"