Latest Realtek HD Audio Driver Version [archive]


  1. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #1901

    It wouldn't make sense to use HWids for sound chip (ALC889 for instance), they (chips) should be same across all MB makes. Interface is chosen by motherboard ID or something else that identifies it as let's say Gigabyte.
    Another thing, ALC chip is just a CODEC chip, it's job is only to covert analog to digital and other way around, amplifier and analog controls are chosen and placed by MB manufacturer and are dumb devices, no P&P or anything OS can access.
    Problem is that I can't find in Device manager anything that says "Aha, this is a Gigabyte MB".
      My Computers


  2. Posts : 3,510
    Windows 10 Pro 64-bit 21H1 (May 2021 build 19043.1083)
       #1902

    There is nothing in Device Manager, but there is a lot of information in BIOS/EFI Firmware. So if you want to trick the driver you should fake that information. But I think it is easier to force-install a specific version than faking your hardware information. Just find out which driver with the most features is compatible with your own audio chip and force-install it.

    PS: FYI the same thing, faking hardware information, try to do those that make a universal Mac OS X setup DVD/ISO which normally installs only in Apple hardware. It is not the hardware components most of which are common from an ordinary Intel PC, but the EFI Firmware that they fake to look like a specific Mac model and allow installation.
      My Computer


  3. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #1903

    spapakons said:
    There is nothing in Device Manager, but there is a lot of information in BIOS/EFI Firmware. So if you want to trick the driver you should fake that information. But I think it is easier to force-install a specific version than faking your hardware information. Just find out which driver with the most features is compatible with your own audio chip and force-install it.

    PS: FYI the same thing, faking hardware information, try to do those that make a universal Mac OS X setup DVD/ISO which normally installs only in Apple hardware. It is not the hardware components most of which are common from an ordinary Intel PC, but the EFI Firmware that they fake to look like a specific Mac model and allow installation.
    Legacy BIOS here but still have to know what Realtec uses to distinguish MB makers to try to change something.
      My Computers


  4. Posts : 268
    Windows 10 Pro x64 v22H2
       #1904

    CountMike said:
    It wouldn't make sense to use HWids for sound chip (ALC889 for instance), they (chips) should be same across all MB makes. Interface is chosen by motherboard ID or something else that identifies it as let's say Gigabyte.
    Another thing, ALC chip is just a CODEC chip, it's job is only to covert analog to digital and other way around, amplifier and analog controls are chosen and placed by MB manufacturer and are dumb devices, no P&P or anything OS can access.
    Problem is that I can't find in Device manager anything that says "Aha, this is a Gigabyte MB".
    1. Devcon is a Microsoft tool that comes in the Windows 10 WDK. It's a command line interface to Device Manager. It can retrieve and display Device Manager data (including data you don't see using the DevMgr GUI)
    2. We can use devcon to list every hardware ID on your PC. You can look to see if there's one to identify your m/b
    3. Also, Device Manager creates a trace file when it installs a driver. You can install the Realtek driver and we can see it only using h/w ids when trying to find a suitable driver (INF file) for your driver installion. The INF tells windows what driver files to use and what directories to put them in. Also instructions for registry mods, new services, etc.

    We can use devcon and the Device Manager trace file on your machine, drill down into the Realtek install happening on your own PC. But would do so in another thread. See if I can prove my case or maybe you prove me wrong

    Here's a view of the Hardware IDs on my machine
    Code:
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002    Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\Vid_046D&Qid_2008&Col03
            HID\Vid_046D&Class_0000011A&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA
        Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
        Hardware IDs:
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C0&CC_01018F
            PCI\VEN_8086&DEV_27C0&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27C0&REV_01
            PCI\VEN_8086&DEV_27C0
            PCI\VEN_8086&CC_01018F
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018F
            PCI\CC_0101
    PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB
        Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
        Hardware IDs:
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DA&CC_0C0500
            PCI\VEN_8086&DEV_27DA&CC_0C05
        Compatible IDs:
            PCI\VEN_8086&DEV_27DA&REV_01
            PCI\VEN_8086&DEV_27DA
            PCI\VEN_8086&CC_0C0500
            PCI\VEN_8086&CC_0C05
            PCI\VEN_8086
            PCI\CC_0C0500
            PCI\CC_0C05
    ACPI\PNP0B00\4&E5ACEE3&0
        Name: System CMOS/real time clock
        Hardware IDs:
            ACPI\PNP0B00
            *PNP0B00
    ROOT\LEGACY_BHDRVX86\0000
        Name: BHDrvx86
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HWPOLICY\0000
        Name: Hardware Policy Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NDIS\0000
        Name: NDIS System Driver
        No hardware/compatible IDs found for this device.
    ROOT\RDP_KBD\0000
        Name: Terminal Server Keyboard Driver
        Hardware IDs:
            ROOT\RDP_KBD
    ROOT\LEGACY_VOLSNAP\0000
        Name: Storage volumes
        No hardware/compatible IDs found for this device.
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ACPI\PNP0C01\B
        Name: System board
        Hardware IDs:
            ACPI\PNP0C01
            *PNP0C01
    ROOT\RDP_MOU\0000
        Name: Terminal Server Mouse Driver
        Hardware IDs:
            ROOT\RDP_MOU
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_NDPROXY\0000
        Name: NDProxy
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_IDSVIX86\0000
        Name: IDSVix86
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\Vid_046D&Qid_2008&Col02
            HID\Vid_046D&Class_0000011A&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    STORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\PNP0C04\4&E5ACEE3&0
        Name: Numeric data processor
        Hardware IDs:
            ACPI\PNP0C04
            *PNP0C04
    ROOT\LEGACY_RDPCDD\0000
        Name: RDPCDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_WANARPV6\0000
        Name: Remote Access IPv6 ARP Driver
        No hardware/compatible IDs found for this device.
    ROOT\SYSTEM\0000
        Name: Plug and Play Software Device Enumerator
        Hardware IDs:
            root\swenum
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    ROOT\LEGACY_IRPSYS\0000
        Name: IrpSys
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
        Hardware IDs:
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C8&CC_0C0300
            PCI\VEN_8086&DEV_27C8&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C8&REV_01
            PCI\VEN_8086&DEV_27C8
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9
        Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
        Hardware IDs:
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DF&CC_01018A
            PCI\VEN_8086&DEV_27DF&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27DF&REV_01
            PCI\VEN_8086&DEV_27DF
            PCI\VEN_8086&CC_01018A
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018A
            PCI\CC_0101
    USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002
        Name: Logitech Unifying USB receiver
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_02
            USB\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            USB\Class_03&SubClass_00&Prot_00
            USB\Class_03&SubClass_00
            USB\Class_03
    SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC
        Name: RAS Async Adapter
        Hardware IDs:
            SW\{eeab7790-c514-11d1-b42b-00805fc1270e}
    ROOT\UMBUS\0000
        Name: UMBus Root Bus Enumerator
        Hardware IDs:
            root\umbus
    HID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03
            HID\VID_046D&PID_C52B&MI_01&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    ROOT\LEGACY_RDPENCDD\0000
        Name: RDP Encoder Mirror Driver
        No hardware/compatible IDs found for this device.
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001
        Name: NVIDIA High Definition Audio
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE
            HDAUDIO\FUNC_01&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08
            HDAUDIO\FUNC_01&CTLR_VEN_10DE
            HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01
    ACPI\PNP0C0C\2&DABA3FF&2
        Name: ACPI Power Button
        Hardware IDs:
            ACPI\PNP0C0C
            *PNP0C0C
    ROOT\LEGACY_WDF01000\0000
        Name: Kernel Mode Driver Frameworks service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMEVENT\0000
        Name: SymEvent
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000
        Name: Logitech HID-compliant Unifying keyboard
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\Vid_046D&Qid_2008&Col01
            HID\Vid_046D&Class_0000011A&Col01
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_KSECDD\0000
        Name: KSecDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CCSET_NSBU\0000
        Name: NSBU Settings Manager
        No hardware/compatible IDs found for this device.
    ROOT\UNNAMED_DEVICE\0000
        Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
        Hardware IDs:
            USB\VID_0955&PID_9000
    ROOT\LEGACY_NETBT\0000
        Name: NETBT
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_RDPREFMP\0000
        Name: Reflector Display Driver used to gain access to graphics data
        No hardware/compatible IDs found for this device.
    ACPI_HAL\PNP0C08\0
        Name: Microsoft ACPI-Compliant System
        Hardware IDs:
            ACPI_HAL\PNP0C08
            *PNP0C08
    ROOT\LEGACY_WFPLWF\0000
        Name: WFP Lightweight Filter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMIRON\0000
        Name: Symantec Iron Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_KSECPKG\0000
        Name: KSecPkg
        No hardware/compatible IDs found for this device.
    ROOT\VDRVROOT\0000
        Name: Microsoft Virtual Drive Enumerator Driver
        Hardware IDs:
            ROOT\vdrvroot
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\FIXEDBUTTON\2&DABA3FF&2
        Name: ACPI Fixed Feature Button
        Hardware IDs:
            ACPI\FixedButton
            *FixedButton
    USB\VID_046D&PID_C52B\5&2FA918A6&0&2
        Name: USB Composite Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400
            USB\VID_046D&PID_C52B
        Compatible IDs:
            USB\DevClass_00&SubClass_00&Prot_00
            USB\DevClass_00&SubClass_00
            USB\DevClass_00
            USB\COMPOSITE
    PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
        Hardware IDs:
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C9&CC_0C0300
            PCI\VEN_8086&DEV_27C9&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C9&REV_01
            PCI\VEN_8086&DEV_27C9
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0
        Name: USB Device
        Hardware IDs:
            USBSTOR\Disk________________________PMAP
            USBSTOR\Disk________________________
            USBSTOR\Disk________
            USBSTOR\________________________P
            ________________________P
            USBSTOR\GenDisk
            GenDisk
        Compatible IDs:
            USBSTOR\Disk
            USBSTOR\RAW
    PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00
        Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
        Hardware IDs:
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C0&CC_060000
            PCI\VEN_8086&DEV_29C0&CC_0600
        Compatible IDs:
            PCI\VEN_8086&DEV_29C0&REV_0A
            PCI\VEN_8086&DEV_29C0
            PCI\VEN_8086&CC_060000
            PCI\VEN_8086&CC_0600
            PCI\VEN_8086
            PCI\CC_060000
            PCI\CC_0600
    ROOT\LEGACY_RSPNDR\0000
        Name: Link-Layer Topology Discovery Responder
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMNETS\0000
        Name: Symantec Network Security WFP Driver
        No hardware/compatible IDs found for this device.
    ROOT\VOLMGR\0000
        Name: Volume Manager
        Hardware IDs:
            ROOT\VOLMGR
        Compatible IDs:
            DETECTEDInternal\volmgr
            DETECTED\volmgr
    ROOT\LEGACY_LLTDIO\0000
        Name: Link-Layer Topology Discovery Mapper I/O Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CLFS\0000
        Name: Common Log (CLFS)
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000
        Name: HID-compliant mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01
            HID\VID_046D&PID_C52B&MI_01&Col01
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001
        Name: High Definition Audio Device
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4
            HDAUDIO\FUNC_01&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8
            HDAUDIO\FUNC_01&CTLR_VEN_8086
            HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01
    ROOT\LEGACY_SASDIFSV\0000
        Name: SASDIFSV
        No hardware/compatible IDs found for this device.
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_WINISOCDBUS\0000
        Name: WinISO Virtual CD Drive
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NPF\0000
        Name: NetGroup Packet Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIP\0000
        Name: TCP/IP Protocol Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CNG\0000
        Name: CNG
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_ERASERUTILREBOOTDRV\0000
        Name: EraserUtilRebootDrv
        No hardware/compatible IDs found for this device.
    PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842
            PCI\VEN_10DE&DEV_0E08&CC_040300
            PCI\VEN_10DE&DEV_0E08&CC_0403
        Compatible IDs:
            PCI\VEN_10DE&DEV_0E08&REV_A1
            PCI\VEN_10DE&DEV_0E08
            PCI\VEN_10DE&CC_040300
            PCI\VEN_10DE&CC_0403
            PCI\VEN_10DE
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_SASKUTIL\0000
        Name: SASKUTIL
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIPREG\0000
        Name: TCP/IP Registry Compatibility
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CSC\0000
        Name: Offline Files Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
        Hardware IDs:
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CA&CC_0C0300
            PCI\VEN_8086&DEV_27CA&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CA&REV_01
            PCI\VEN_8086&DEV_27CA
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ROOT\LEGACY_WUDFPF\0000
        Name: User Mode Driver Frameworks Platform Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08
        Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
        Hardware IDs:
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C1&CC_060400
            PCI\VEN_8086&DEV_29C1&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_29C1&REV_0A
            PCI\VEN_8086&DEV_29C1
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\LEGACY_NSIPROXY\0000
        Name: NSI proxy service driver.
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&IPBUSENUMROOT
        Name: IPBusEnum Root Enumerator
        Hardware IDs:
            UMB\UMBUS
    ROOT\LEGACY_SECDRV\0000
        Name: Security Driver
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    ROOT\LEGACY_TDX\0000
        Name: NetIO Legacy TDI Support Driver
        No hardware/compatible IDs found for this device.
    ROOT\MSSMBIOS\0000
        Name: Microsoft System Management BIOS Driver
        Hardware IDs:
            ROOT\mssmbios
    ROOT\LEGACY_MOUNTMGR\0000
        Name: Mount Point Manager
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    USB\VID_05E3&PID_0606\5&23532153&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    ROOT\LEGACY_SIVDRIVER\0000
        Name: SIV Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_AGILEVPNMINIPORT\0000
        Name: WAN Miniport (IKEv2)
        Hardware IDs:
            ms_agilevpnminiport
    ROOT\LEGACY_TIB\0000
        Name: Acronis TIB Manager
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR
        Name: UMBus Enumerator
        Hardware IDs:
            UMB\UMBUS
    PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008
        Name: NVIDIA GeForce GT 610
        Hardware IDs:
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842
            PCI\VEN_10DE&DEV_104A&CC_030000
            PCI\VEN_10DE&DEV_104A&CC_0300
        Compatible IDs:
            PCI\VEN_10DE&DEV_104A&REV_A1
            PCI\VEN_10DE&DEV_104A
            PCI\VEN_10DE&CC_030000
            PCI\VEN_10DE&CC_0300
            PCI\VEN_10DE
            PCI\CC_030000
            PCI\CC_0300
    PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
        Hardware IDs:
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CB&CC_0C0300
            PCI\VEN_8086&DEV_27CB&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CB&REV_01
            PCI\VEN_8086&DEV_27CB
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_MPSDRV\0000
        Name: Windows Firewall Authorization Driver
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&0
        Name: ATA Channel 0
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    ROOT\LEGACY_NULL\0000
        Name: Null
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TIB_MOUNTER\0000
        Name: Acronis TIB Mounter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_DISCACHE\0000
        Name: System Attribute Cache
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SNAPMAN\0000
        Name: Acronis Snapshots Manager
        No hardware/compatible IDs found for this device.
    ROOT\MS_L2TPMINIPORT\0000
        Name: WAN Miniport (L2TP)
        Hardware IDs:
            ms_l2tpminiport
    USB\VID_05E3&PID_0606\6&2A83A702&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04
            HID\VID_046D&PID_C52B&MI_01&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    USB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000
        Name: Logitech USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_00
            USB\VID_046D&PID_C52B&MI_00
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_01
            USB\Class_03&SubClass_01
            USB\Class_03
    ROOT\LEGACY_DXGKRNL\0000
        Name: LDDM Graphics Subsystem
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&1
        Name: ATA Channel 1
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02
            HID\VID_046D&PID_C52B&MI_02&Col02
            HID_DEVICE_UP:FF00_U:0002
            HID_DEVICE
    ROOT\MS_NDISWANBH\0000
        Name: WAN Miniport (Network Monitor)
        Hardware IDs:
            ms_ndiswanbh
    ROOT\LEGACY_PCW\0000
        Name: Performance Counters for Windows Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0
        Name: Broadcom NetLink (TM) Gigabit Ethernet
        Hardware IDs:
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028
            PCI\VEN_14E4&DEV_1698&CC_020000
            PCI\VEN_14E4&DEV_1698&CC_0200
        Compatible IDs:
            PCI\VEN_14E4&DEV_1698&REV_10
            PCI\VEN_14E4&DEV_1698
            PCI\VEN_14E4&CC_020000
            PCI\VEN_14E4&CC_0200
            PCI\VEN_14E4
            PCI\CC_020000
            PCI\CC_0200
    PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF
        Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
        Hardware IDs:
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CC&CC_0C0320
            PCI\VEN_8086&DEV_27CC&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CC&REV_01
            PCI\VEN_8086&DEV_27CC
            PCI\VEN_8086&CC_0C0320
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0320
            PCI\CC_0C03
    ROOT\LEGACY_VBOXDRV\0000
        Name: VirtualBox Service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_EECTRL\0000
        Name: Symantec Eraser Control driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_NDISWANIP\0000
        Name: WAN Miniport (IP)
        Hardware IDs:
            ms_ndiswanip
    USB\ROOT_HUB\4&1DAF696F&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C9&REV0001
            USB\ROOT_HUB&VID8086&PID27C9
            USB\ROOT_HUB
    ROOT\LEGACY_SPLDR\0000
        Name: Security Processor Loader Driver
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0000
        Name: Microsoft ISATAP Adapter
        Hardware IDs:
            *ISATAP
    ROOT\LEGACY_PEAUTH\0000
        Name: PEAUTH
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_VBOXNETLWF\0000
        Name: VirtualBox NDIS6 Bridged Networking Service
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0001
        Name: Microsoft ISATAP Adapter #2
        Hardware IDs:
            *ISATAP
    ROOT\MS_NDISWANIPV6\0000
        Name: WAN Miniport (IPv6)
        Hardware IDs:
            ms_ndiswanipv6
    ACPI\PNP0000\4&E5ACEE3&0
        Name: Programmable interrupt controller
        Hardware IDs:
            ACPI\PNP0000
            *PNP0000
    USB\ROOT_HUB\4&1E6538BA&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CA&REV0001
            USB\ROOT_HUB&VID8086&PID27CA
            USB\ROOT_HUB
    HID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02
            HID\VID_046D&PID_C52B&MI_01&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    ROOT\ACPI_HAL\0000
        Name: ACPI x86-based PC
        Hardware IDs:
            acpiapic
        Compatible IDs:
            DETECTEDInternal\ACPI_HAL
            DETECTED\ACPI_HAL
    ROOT\LEGACY_VBOXUSBMON\0000
        Name: VirtualBox USB Monitor Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_PPPOEMINIPORT\0000
        Name: WAN Miniport (PPPOE)
        Hardware IDs:
            ms_pppoeminiport
    ROOT\LEGACY_SRTSPX\0000
        Name: Symantec Real Time Storage Protection (PEL)
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0
        Name: Intel(R) 82801 PCI Bridge - 244E
        Hardware IDs:
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028
            PCI\VEN_8086&DEV_244E&CC_060401
            PCI\VEN_8086&DEV_244E&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_244E&REV_E1
            PCI\VEN_8086&DEV_244E
            PCI\VEN_8086&CC_060401
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060401
            PCI\CC_0604
    ACPI\PNP0100\4&E5ACEE3&0
        Name: System timer
        Hardware IDs:
            ACPI\PNP0100
            *PNP0100
    PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0
        Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
        Hardware IDs:
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D0&CC_060400
            PCI\VEN_8086&DEV_27D0&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_27D0&REV_01
            PCI\VEN_8086&DEV_27D0
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    USB\VID_13FE&PID_4200\07014BFC32196C00
        Name: USB Mass Storage Device
        Hardware IDs:
            USB\VID_13FE&PID_4200&REV_0100
            USB\VID_13FE&PID_4200
        Compatible IDs:
            USB\Class_08&SubClass_06&Prot_50
            USB\Class_08&SubClass_06
            USB\Class_08
    USB\ROOT_HUB\4&32A4D9C0&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CB&REV0001
            USB\ROOT_HUB&VID8086&PID27CB
            USB\ROOT_HUB
    ROOT\BLBDRIVE\0000
        Name: File as Volume Driver
        Hardware IDs:
            ROOT\BLBDRIVE
        Compatible IDs:
            DETECTEDInternal\blbdrive
            DETECTED\blbdrive
    IDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0
        Name: TSSTcorp DVD+-RW TS-H653G ATA Device
        Hardware IDs:
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________
            TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            GenCdRom
        Compatible IDs:
            GenCdRom
    ROOT\LEGACY_VGASAVE\0000
        Name: VgaSave
        No hardware/compatible IDs found for this device.
    ACPI\PNP0103\2&DABA3FF&2
        Name: High precision event timer
        Hardware IDs:
            ACPI\PNP0103
            *PNP0103
    ROOT\MS_PPTPMINIPORT\0000
        Name: WAN Miniport (PPTP)
        Hardware IDs:
            ms_pptpminiport
    USB\ROOT_HUB\4&84020FC&8
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C8&REV0001
            USB\ROOT_HUB&VID8086&PID27C8
            USB\ROOT_HUB
    ROOT\COMPOSITEBUS\0000
        Name: Composite Bus Enumerator
        Hardware IDs:
            ROOT\CompositeBus
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_MSISADRV\0000
        Name: msisadrv
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_PSCHED\0000
        Name: QoS Packet Scheduler
        No hardware/compatible IDs found for this device.
    USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001
        Name: USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_01
            USB\VID_046D&PID_C52B&MI_01
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_02
            USB\Class_03&SubClass_01
            USB\Class_03
    ACPI\PNP0200\4&E5ACEE3&0
        Name: Direct memory access controller
        Hardware IDs:
            ACPI\PNP0200
            *PNP0200
    ROOT\MS_SSTPMINIPORT\0000
        Name: WAN Miniport (SSTP)
        Hardware IDs:
            ms_sstpminiport
    ROOT\LEGACY_FVEVOL\0000
        Name: Bitlocker Drive Encryption Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_AFD\0000
        Name: Ancillary Function Driver for Winsock
        No hardware/compatible IDs found for this device.
    USB\ROOT_HUB20\4&FE71044&1
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB20&VID8086&PID27CC&REV0001
            USB\ROOT_HUB20&VID8086&PID27CC
            USB\ROOT_HUB20
    PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8
        Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
        Hardware IDs:
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000
            PCI\VEN_8086&DEV_27B8&REV_01
            PCI\VEN_8086&DEV_27B8
            PCI\VEN_8086&DEV_27B8&CC_060100
            PCI\VEN_8086&DEV_27B8&CC_0601
        Compatible IDs:
            PCI\VEN_8086&CC_060100
            PCI\VEN_8086&CC_0601
            PCI\VEN_8086
            PCI\CC_060100
            PCI\CC_0601
    PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D8&CC_040300
            PCI\VEN_8086&DEV_27D8&CC_0403
        Compatible IDs:
            PCI\VEN_8086&DEV_27D8&REV_01
            PCI\VEN_8086&DEV_27D8
            PCI\VEN_8086&CC_040300
            PCI\VEN_8086&CC_0403
            PCI\VEN_8086
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_PWDRVIO\0000
        Name: pwdrvio
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000
        Name: HID Keyboard Device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_00
            HID\VID_046D&PID_C52B&MI_00
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    ROOT\LEGACY_AMDKMDAG\0000
        Name: amdkmdag
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HTTP\0000
        Name: HTTP
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\Vid_046D&Qid_2008&Col04
            HID\Vid_046D&Class_0000011A&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    ACPI\PNP0800\4&E5ACEE3&0
        Name: System speaker
        Hardware IDs:
            ACPI\PNP0800
            *PNP0800
    ROOT\NET\0000
        Name: VirtualBox Host-Only Ethernet Adapter
        Hardware IDs:
            sun_vboxnetadp
    ROOT\LEGACY_NAVENG\0000
        Name: NAVENG
        No hardware/compatible IDs found for this device.
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    IDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0
        Name: Crucial_CT512MX100SSD1 ATA Device
        Hardware IDs:
            IDE\DiskCrucial_CT512MX100SSD1__________________MU01____
            IDE\Crucial_CT512MX100SSD1__________________MU01____
            IDE\DiskCrucial_CT512MX100SSD1__________________
            Crucial_CT512MX100SSD1__________________MU01____
            GenDisk
        Compatible IDs:
            GenDisk
    ROOT\LEGACY_PWDSPIO\0000
        Name: pwdspio
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_STORFLT\0000
        Name: Disk Virtual Machine Bus Acceleration Filter Driver
        No hardware/compatible IDs found for this device.
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\PRINTER\0000
        Name: HP ENVY 4500 series
        Hardware IDs:
            mf\envy_4500_series&wsd&ip_print
    ROOT\LEGACY_HWINFO32\0000
        Name: HWiNFO32/64 Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_BEEP\0000
        Name: Beep
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01
            HID\VID_046D&PID_C52B&MI_02&Col01
            HID_DEVICE_UP:FF00_U:0001
            HID_DEVICE
    ROOT\LEGACY_NAVEX15\0000
        Name: NAVEX15
        No hardware/compatible IDs found for this device.
    ACPI\PNP0A03\4
        Name: PCI bus
        Hardware IDs:
            ACPI\PNP0A03
            *PNP0A03
    DISPLAY\SAM0C26\5&2814FC75&1&UID1048849
        Name: Generic PnP Monitor
        Hardware IDs:
            MONITOR\SAM0C26
        Compatible IDs:
            *PNP09FF
    ROOT\RDPBUS\0000
        Name: Remote Desktop Device Redirector Bus
        Hardware IDs:
            ROOT\RDPBUS
    ROOT\LEGACY_VOLMGRX\0000
        Name: Dynamic Volume Manager
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_QWAVEDRV\0000
        Name: QWAVE driver
        No hardware/compatible IDs found for this device.
    175 matching device(s) found.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\Vid_046D&Qid_2008&Col03
            HID\Vid_046D&Class_0000011A&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA
        Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
        Hardware IDs:
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C0&CC_01018F
            PCI\VEN_8086&DEV_27C0&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27C0&REV_01
            PCI\VEN_8086&DEV_27C0
            PCI\VEN_8086&CC_01018F
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018F
            PCI\CC_0101
    PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB
        Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
        Hardware IDs:
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DA&CC_0C0500
            PCI\VEN_8086&DEV_27DA&CC_0C05
        Compatible IDs:
            PCI\VEN_8086&DEV_27DA&REV_01
            PCI\VEN_8086&DEV_27DA
            PCI\VEN_8086&CC_0C0500
            PCI\VEN_8086&CC_0C05
            PCI\VEN_8086
            PCI\CC_0C0500
            PCI\CC_0C05
    ACPI\PNP0B00\4&E5ACEE3&0
        Name: System CMOS/real time clock
        Hardware IDs:
            ACPI\PNP0B00
            *PNP0B00
    ROOT\LEGACY_BHDRVX86\0000
        Name: BHDrvx86
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HWPOLICY\0000
        Name: Hardware Policy Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NDIS\0000
        Name: NDIS System Driver
        No hardware/compatible IDs found for this device.
    ROOT\RDP_KBD\0000
        Name: Terminal Server Keyboard Driver
        Hardware IDs:
            ROOT\RDP_KBD
    ROOT\LEGACY_VOLSNAP\0000
        Name: Storage volumes
        No hardware/compatible IDs found for this device.
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ACPI\PNP0C01\B
        Name: System board
        Hardware IDs:
            ACPI\PNP0C01
            *PNP0C01
    ROOT\RDP_MOU\0000
        Name: Terminal Server Mouse Driver
        Hardware IDs:
            ROOT\RDP_MOU
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_NDPROXY\0000
        Name: NDProxy
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_IDSVIX86\0000
        Name: IDSVix86
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\Vid_046D&Qid_2008&Col02
            HID\Vid_046D&Class_0000011A&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    STORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\PNP0C04\4&E5ACEE3&0
        Name: Numeric data processor
        Hardware IDs:
            ACPI\PNP0C04
            *PNP0C04
    ROOT\LEGACY_RDPCDD\0000
        Name: RDPCDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_WANARPV6\0000
        Name: Remote Access IPv6 ARP Driver
        No hardware/compatible IDs found for this device.
    ROOT\SYSTEM\0000
        Name: Plug and Play Software Device Enumerator
        Hardware IDs:
            root\swenum
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    ROOT\LEGACY_IRPSYS\0000
        Name: IrpSys
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
        Hardware IDs:
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C8&CC_0C0300
            PCI\VEN_8086&DEV_27C8&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C8&REV_01
            PCI\VEN_8086&DEV_27C8
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9
        Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
        Hardware IDs:
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DF&CC_01018A
            PCI\VEN_8086&DEV_27DF&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27DF&REV_01
            PCI\VEN_8086&DEV_27DF
            PCI\VEN_8086&CC_01018A
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018A
            PCI\CC_0101
    USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002
        Name: Logitech Unifying USB receiver
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_02
            USB\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            USB\Class_03&SubClass_00&Prot_00
            USB\Class_03&SubClass_00
            USB\Class_03
    SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC
        Name: RAS Async Adapter
        Hardware IDs:
            SW\{eeab7790-c514-11d1-b42b-00805fc1270e}
    ROOT\UMBUS\0000
        Name: UMBus Root Bus Enumerator
        Hardware IDs:
            root\umbus
    HID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03
            HID\VID_046D&PID_C52B&MI_01&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    ROOT\LEGACY_RDPENCDD\0000
        Name: RDP Encoder Mirror Driver
        No hardware/compatible IDs found for this device.
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001
        Name: NVIDIA High Definition Audio
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE
            HDAUDIO\FUNC_01&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08
            HDAUDIO\FUNC_01&CTLR_VEN_10DE
            HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01
    ACPI\PNP0C0C\2&DABA3FF&2
        Name: ACPI Power Button
        Hardware IDs:
            ACPI\PNP0C0C
            *PNP0C0C
    ROOT\LEGACY_WDF01000\0000
        Name: Kernel Mode Driver Frameworks service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMEVENT\0000
        Name: SymEvent
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000
        Name: Logitech HID-compliant Unifying keyboard
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\Vid_046D&Qid_2008&Col01
            HID\Vid_046D&Class_0000011A&Col01
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_KSECDD\0000
        Name: KSecDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CCSET_NSBU\0000
        Name: NSBU Settings Manager
        No hardware/compatible IDs found for this device.
    ROOT\UNNAMED_DEVICE\0000
        Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
        Hardware IDs:
            USB\VID_0955&PID_9000
    ROOT\LEGACY_NETBT\0000
        Name: NETBT
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_RDPREFMP\0000
        Name: Reflector Display Driver used to gain access to graphics data
        No hardware/compatible IDs found for this device.
    ACPI_HAL\PNP0C08\0
        Name: Microsoft ACPI-Compliant System
        Hardware IDs:
            ACPI_HAL\PNP0C08
            *PNP0C08
    ROOT\LEGACY_WFPLWF\0000
        Name: WFP Lightweight Filter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMIRON\0000
        Name: Symantec Iron Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_KSECPKG\0000
        Name: KSecPkg
        No hardware/compatible IDs found for this device.
    ROOT\VDRVROOT\0000
        Name: Microsoft Virtual Drive Enumerator Driver
        Hardware IDs:
            ROOT\vdrvroot
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\FIXEDBUTTON\2&DABA3FF&2
        Name: ACPI Fixed Feature Button
        Hardware IDs:
            ACPI\FixedButton
            *FixedButton
    USB\VID_046D&PID_C52B\5&2FA918A6&0&2
        Name: USB Composite Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400
            USB\VID_046D&PID_C52B
        Compatible IDs:
            USB\DevClass_00&SubClass_00&Prot_00
            USB\DevClass_00&SubClass_00
            USB\DevClass_00
            USB\COMPOSITE
    PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
        Hardware IDs:
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C9&CC_0C0300
            PCI\VEN_8086&DEV_27C9&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C9&REV_01
            PCI\VEN_8086&DEV_27C9
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0
        Name: USB Device
        Hardware IDs:
            USBSTOR\Disk________________________PMAP
            USBSTOR\Disk________________________
            USBSTOR\Disk________
            USBSTOR\________________________P
            ________________________P
            USBSTOR\GenDisk
            GenDisk
        Compatible IDs:
            USBSTOR\Disk
            USBSTOR\RAW
    PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00
        Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
        Hardware IDs:
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C0&CC_060000
            PCI\VEN_8086&DEV_29C0&CC_0600
        Compatible IDs:
            PCI\VEN_8086&DEV_29C0&REV_0A
            PCI\VEN_8086&DEV_29C0
            PCI\VEN_8086&CC_060000
            PCI\VEN_8086&CC_0600
            PCI\VEN_8086
            PCI\CC_060000
            PCI\CC_0600
    ROOT\LEGACY_RSPNDR\0000
        Name: Link-Layer Topology Discovery Responder
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMNETS\0000
        Name: Symantec Network Security WFP Driver
        No hardware/compatible IDs found for this device.
    ROOT\VOLMGR\0000
        Name: Volume Manager
        Hardware IDs:
            ROOT\VOLMGR
        Compatible IDs:
            DETECTEDInternal\volmgr
            DETECTED\volmgr
    ROOT\LEGACY_LLTDIO\0000
        Name: Link-Layer Topology Discovery Mapper I/O Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CLFS\0000
        Name: Common Log (CLFS)
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000
        Name: HID-compliant mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01
            HID\VID_046D&PID_C52B&MI_01&Col01
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001
        Name: High Definition Audio Device
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4
            HDAUDIO\FUNC_01&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8
            HDAUDIO\FUNC_01&CTLR_VEN_8086
            HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01
    ROOT\LEGACY_SASDIFSV\0000
        Name: SASDIFSV
        No hardware/compatible IDs found for this device.
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_WINISOCDBUS\0000
        Name: WinISO Virtual CD Drive
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NPF\0000
        Name: NetGroup Packet Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIP\0000
        Name: TCP/IP Protocol Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CNG\0000
        Name: CNG
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_ERASERUTILREBOOTDRV\0000
        Name: EraserUtilRebootDrv
        No hardware/compatible IDs found for this device.
    PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842
            PCI\VEN_10DE&DEV_0E08&CC_040300
            PCI\VEN_10DE&DEV_0E08&CC_0403
        Compatible IDs:
            PCI\VEN_10DE&DEV_0E08&REV_A1
            PCI\VEN_10DE&DEV_0E08
            PCI\VEN_10DE&CC_040300
            PCI\VEN_10DE&CC_0403
            PCI\VEN_10DE
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_SASKUTIL\0000
        Name: SASKUTIL
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIPREG\0000
        Name: TCP/IP Registry Compatibility
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CSC\0000
        Name: Offline Files Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
        Hardware IDs:
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CA&CC_0C0300
            PCI\VEN_8086&DEV_27CA&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CA&REV_01
            PCI\VEN_8086&DEV_27CA
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ROOT\LEGACY_WUDFPF\0000
        Name: User Mode Driver Frameworks Platform Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08
        Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
        Hardware IDs:
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C1&CC_060400
            PCI\VEN_8086&DEV_29C1&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_29C1&REV_0A
            PCI\VEN_8086&DEV_29C1
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\LEGACY_NSIPROXY\0000
        Name: NSI proxy service driver.
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&IPBUSENUMROOT
        Name: IPBusEnum Root Enumerator
        Hardware IDs:
            UMB\UMBUS
    ROOT\LEGACY_SECDRV\0000
        Name: Security Driver
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    ROOT\LEGACY_TDX\0000
        Name: NetIO Legacy TDI Support Driver
        No hardware/compatible IDs found for this device.
    ROOT\MSSMBIOS\0000
        Name: Microsoft System Management BIOS Driver
        Hardware IDs:
            ROOT\mssmbios
    ROOT\LEGACY_MOUNTMGR\0000
        Name: Mount Point Manager
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    USB\VID_05E3&PID_0606\5&23532153&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    ROOT\LEGACY_SIVDRIVER\0000
        Name: SIV Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_AGILEVPNMINIPORT\0000
        Name: WAN Miniport (IKEv2)
        Hardware IDs:
            ms_agilevpnminiport
    ROOT\LEGACY_TIB\0000
        Name: Acronis TIB Manager
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR
        Name: UMBus Enumerator
        Hardware IDs:
            UMB\UMBUS
    PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008
        Name: NVIDIA GeForce GT 610
        Hardware IDs:
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842
            PCI\VEN_10DE&DEV_104A&CC_030000
            PCI\VEN_10DE&DEV_104A&CC_0300
        Compatible IDs:
            PCI\VEN_10DE&DEV_104A&REV_A1
            PCI\VEN_10DE&DEV_104A
            PCI\VEN_10DE&CC_030000
            PCI\VEN_10DE&CC_0300
            PCI\VEN_10DE
            PCI\CC_030000
            PCI\CC_0300
    PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
        Hardware IDs:
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CB&CC_0C0300
            PCI\VEN_8086&DEV_27CB&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CB&REV_01
            PCI\VEN_8086&DEV_27CB
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_MPSDRV\0000
        Name: Windows Firewall Authorization Driver
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&0
        Name: ATA Channel 0
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    ROOT\LEGACY_NULL\0000
        Name: Null
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TIB_MOUNTER\0000
        Name: Acronis TIB Mounter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_DISCACHE\0000
        Name: System Attribute Cache
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SNAPMAN\0000
        Name: Acronis Snapshots Manager
        No hardware/compatible IDs found for this device.
    ROOT\MS_L2TPMINIPORT\0000
        Name: WAN Miniport (L2TP)
        Hardware IDs:
            ms_l2tpminiport
    USB\VID_05E3&PID_0606\6&2A83A702&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04
            HID\VID_046D&PID_C52B&MI_01&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    USB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000
        Name: Logitech USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_00
            USB\VID_046D&PID_C52B&MI_00
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_01
            USB\Class_03&SubClass_01
            USB\Class_03
    ROOT\LEGACY_DXGKRNL\0000
        Name: LDDM Graphics Subsystem
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&1
        Name: ATA Channel 1
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02
            HID\VID_046D&PID_C52B&MI_02&Col02
            HID_DEVICE_UP:FF00_U:0002
            HID_DEVICE
    ROOT\MS_NDISWANBH\0000
        Name: WAN Miniport (Network Monitor)
        Hardware IDs:
            ms_ndiswanbh
    ROOT\LEGACY_PCW\0000
        Name: Performance Counters for Windows Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0
        Name: Broadcom NetLink (TM) Gigabit Ethernet
        Hardware IDs:
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028
            PCI\VEN_14E4&DEV_1698&CC_020000
            PCI\VEN_14E4&DEV_1698&CC_0200
        Compatible IDs:
            PCI\VEN_14E4&DEV_1698&REV_10
            PCI\VEN_14E4&DEV_1698
            PCI\VEN_14E4&CC_020000
            PCI\VEN_14E4&CC_0200
            PCI\VEN_14E4
            PCI\CC_020000
            PCI\CC_0200
    PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF
        Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
        Hardware IDs:
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CC&CC_0C0320
            PCI\VEN_8086&DEV_27CC&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CC&REV_01
            PCI\VEN_8086&DEV_27CC
            PCI\VEN_8086&CC_0C0320
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0320
            PCI\CC_0C03
    ROOT\LEGACY_VBOXDRV\0000
        Name: VirtualBox Service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_EECTRL\0000
        Name: Symantec Eraser Control driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_NDISWANIP\0000
        Name: WAN Miniport (IP)
        Hardware IDs:
            ms_ndiswanip
    USB\ROOT_HUB\4&1DAF696F&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C9&REV0001
            USB\ROOT_HUB&VID8086&PID27C9
            USB\ROOT_HUB
    ROOT\LEGACY_SPLDR\0000
        Name: Security Processor Loader Driver
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0000
        Name: Microsoft ISATAP Adapter
        Hardware IDs:
            *ISATAP
    ROOT\LEGACY_PEAUTH\0000
        Name: PEAUTH
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_VBOXNETLWF\0000
        Name: VirtualBox NDIS6 Bridged Networking Service
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0001
        Name: Microsoft ISATAP Adapter #2
        Hardware IDs:
            *ISATAP
    ROOT\MS_NDISWANIPV6\0000
        Name: WAN Miniport (IPv6)
        Hardware IDs:
            ms_ndiswanipv6
    ACPI\PNP0000\4&E5ACEE3&0
        Name: Programmable interrupt controller
        Hardware IDs:
            ACPI\PNP0000
            *PNP0000
    USB\ROOT_HUB\4&1E6538BA&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CA&REV0001
            USB\ROOT_HUB&VID8086&PID27CA
            USB\ROOT_HUB
    HID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02
            HID\VID_046D&PID_C52B&MI_01&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    ROOT\ACPI_HAL\0000
        Name: ACPI x86-based PC
        Hardware IDs:
            acpiapic
        Compatible IDs:
            DETECTEDInternal\ACPI_HAL
            DETECTED\ACPI_HAL
    ROOT\LEGACY_VBOXUSBMON\0000
        Name: VirtualBox USB Monitor Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_PPPOEMINIPORT\0000
        Name: WAN Miniport (PPPOE)
        Hardware IDs:
            ms_pppoeminiport
    ROOT\LEGACY_SRTSPX\0000
        Name: Symantec Real Time Storage Protection (PEL)
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0
        Name: Intel(R) 82801 PCI Bridge - 244E
        Hardware IDs:
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028
            PCI\VEN_8086&DEV_244E&CC_060401
            PCI\VEN_8086&DEV_244E&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_244E&REV_E1
            PCI\VEN_8086&DEV_244E
            PCI\VEN_8086&CC_060401
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060401
            PCI\CC_0604
    ACPI\PNP0100\4&E5ACEE3&0
        Name: System timer
        Hardware IDs:
            ACPI\PNP0100
            *PNP0100
    PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0
        Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
        Hardware IDs:
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D0&CC_060400
            PCI\VEN_8086&DEV_27D0&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_27D0&REV_01
            PCI\VEN_8086&DEV_27D0
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    USB\VID_13FE&PID_4200\07014BFC32196C00
        Name: USB Mass Storage Device
        Hardware IDs:
            USB\VID_13FE&PID_4200&REV_0100
            USB\VID_13FE&PID_4200
        Compatible IDs:
            USB\Class_08&SubClass_06&Prot_50
            USB\Class_08&SubClass_06
            USB\Class_08
    USB\ROOT_HUB\4&32A4D9C0&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CB&REV0001
            USB\ROOT_HUB&VID8086&PID27CB
            USB\ROOT_HUB
    ROOT\BLBDRIVE\0000
        Name: File as Volume Driver
        Hardware IDs:
            ROOT\BLBDRIVE
        Compatible IDs:
            DETECTEDInternal\blbdrive
            DETECTED\blbdrive
    IDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0
        Name: TSSTcorp DVD+-RW TS-H653G ATA Device
        Hardware IDs:
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________
            TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            GenCdRom
        Compatible IDs:
            GenCdRom
    ROOT\LEGACY_VGASAVE\0000
        Name: VgaSave
        No hardware/compatible IDs found for this device.
    ACPI\PNP0103\2&DABA3FF&2
        Name: High precision event timer
        Hardware IDs:
            ACPI\PNP0103
            *PNP0103
    ROOT\MS_PPTPMINIPORT\0000
        Name: WAN Miniport (PPTP)
        Hardware IDs:
            ms_pptpminiport
    USB\ROOT_HUB\4&84020FC&8
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C8&REV0001
            USB\ROOT_HUB&VID8086&PID27C8
            USB\ROOT_HUB
    ROOT\COMPOSITEBUS\0000
        Name: Composite Bus Enumerator
        Hardware IDs:
            ROOT\CompositeBus
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_MSISADRV\0000
        Name: msisadrv
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_PSCHED\0000
        Name: QoS Packet Scheduler
        No hardware/compatible IDs found for this device.
    USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001
        Name: USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_01
            USB\VID_046D&PID_C52B&MI_01
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_02
            USB\Class_03&SubClass_01
            USB\Class_03
    ACPI\PNP0200\4&E5ACEE3&0
        Name: Direct memory access controller
        Hardware IDs:
            ACPI\PNP0200
            *PNP0200
    ROOT\MS_SSTPMINIPORT\0000
        Name: WAN Miniport (SSTP)
        Hardware IDs:
            ms_sstpminiport
    ROOT\LEGACY_FVEVOL\0000
        Name: Bitlocker Drive Encryption Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_AFD\0000
        Name: Ancillary Function Driver for Winsock
        No hardware/compatible IDs found for this device.
    USB\ROOT_HUB20\4&FE71044&1
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB20&VID8086&PID27CC&REV0001
            USB\ROOT_HUB20&VID8086&PID27CC
            USB\ROOT_HUB20
    PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8
        Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
        Hardware IDs:
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000
            PCI\VEN_8086&DEV_27B8&REV_01
            PCI\VEN_8086&DEV_27B8
            PCI\VEN_8086&DEV_27B8&CC_060100
            PCI\VEN_8086&DEV_27B8&CC_0601
        Compatible IDs:
            PCI\VEN_8086&CC_060100
            PCI\VEN_8086&CC_0601
            PCI\VEN_8086
            PCI\CC_060100
            PCI\CC_0601
    PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D8&CC_040300
            PCI\VEN_8086&DEV_27D8&CC_0403
        Compatible IDs:
            PCI\VEN_8086&DEV_27D8&REV_01
            PCI\VEN_8086&DEV_27D8
            PCI\VEN_8086&CC_040300
            PCI\VEN_8086&CC_0403
            PCI\VEN_8086
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_PWDRVIO\0000
        Name: pwdrvio
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000
        Name: HID Keyboard Device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_00
            HID\VID_046D&PID_C52B&MI_00
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    ROOT\LEGACY_AMDKMDAG\0000
        Name: amdkmdag
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HTTP\0000
        Name: HTTP
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\Vid_046D&Qid_2008&Col04
            HID\Vid_046D&Class_0000011A&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    ACPI\PNP0800\4&E5ACEE3&0
        Name: System speaker
        Hardware IDs:
            ACPI\PNP0800
            *PNP0800
    ROOT\NET\0000
        Name: VirtualBox Host-Only Ethernet Adapter
        Hardware IDs:
            sun_vboxnetadp
    ROOT\LEGACY_NAVENG\0000
        Name: NAVENG
        No hardware/compatible IDs found for this device.
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    IDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0
        Name: Crucial_CT512MX100SSD1 ATA Device
        Hardware IDs:
            IDE\DiskCrucial_CT512MX100SSD1__________________MU01____
            IDE\Crucial_CT512MX100SSD1__________________MU01____
            IDE\DiskCrucial_CT512MX100SSD1__________________
            Crucial_CT512MX100SSD1__________________MU01____
            GenDisk
        Compatible IDs:
            GenDisk
    ROOT\LEGACY_PWDSPIO\0000
        Name: pwdspio
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_STORFLT\0000
        Name: Disk Virtual Machine Bus Acceleration Filter Driver
        No hardware/compatible IDs found for this device.
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\PRINTER\0000
        Name: HP ENVY 4500 series
        Hardware IDs:
            mf\envy_4500_series&wsd&ip_print
    ROOT\LEGACY_HWINFO32\0000
        Name: HWiNFO32/64 Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_BEEP\0000
        Name: Beep
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01
            HID\VID_046D&PID_C52B&MI_02&Col01
            HID_DEVICE_UP:FF00_U:0001
            HID_DEVICE
    ROOT\LEGACY_NAVEX15\0000
        Name: NAVEX15
        No hardware/compatible IDs found for this device.
    ACPI\PNP0A03\4
        Name: PCI bus
        Hardware IDs:
            ACPI\PNP0A03
            *PNP0A03
    DISPLAY\SAM0C26\5&2814FC75&1&UID1048849
        Name: Generic PnP Monitor
        Hardware IDs:
            MONITOR\SAM0C26
        Compatible IDs:
            *PNP09FF
    ROOT\RDPBUS\0000
        Name: Remote Desktop Device Redirector Bus
        Hardware IDs:
            ROOT\RDPBUS
    ROOT\LEGACY_VOLMGRX\0000
        Name: Dynamic Volume Manager
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_QWAVEDRV\0000
        Name: QWAVE driver
        No hardware/compatible IDs found for this device.
    175 matching device(s) found.
      My Computer


  5. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #1905

    ComputerGeek said:
    1. Devcon is a Microsoft tool that comes in the Windows 10 WDK. It's a command line interface to Device Manager. It can retrieve and display Device Manager data (including some stuff don't see in the DevMgr GUI)
    2. We can use devcon to list every hardware ID on your PC. So you can see all of them and one is there to identify the MB
    3. Also, Device Manager creates a trace file when it installs a driver. You can install the Realtek driver and we can see it only using h/w ids when trying to find a suitable driver (INF file) for your driver installion. The INF tells windows what driver files to use and what directories to put them in. Also instructions for registry mods, new services, etc.

    We can use devcon and the Device Manager trace file on your machine, drill down into the Realtek install happening on your own PC. But would do so in another thread. See if I can prove my case or maybe you prove me wrong

    Here's a view of the Hardware IDs on my machine
    Code:
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002    Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\Vid_046D&Qid_2008&Col03
            HID\Vid_046D&Class_0000011A&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA
        Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
        Hardware IDs:
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C0&CC_01018F
            PCI\VEN_8086&DEV_27C0&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27C0&REV_01
            PCI\VEN_8086&DEV_27C0
            PCI\VEN_8086&CC_01018F
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018F
            PCI\CC_0101
    PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB
        Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
        Hardware IDs:
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DA&CC_0C0500
            PCI\VEN_8086&DEV_27DA&CC_0C05
        Compatible IDs:
            PCI\VEN_8086&DEV_27DA&REV_01
            PCI\VEN_8086&DEV_27DA
            PCI\VEN_8086&CC_0C0500
            PCI\VEN_8086&CC_0C05
            PCI\VEN_8086
            PCI\CC_0C0500
            PCI\CC_0C05
    ACPI\PNP0B00\4&E5ACEE3&0
        Name: System CMOS/real time clock
        Hardware IDs:
            ACPI\PNP0B00
            *PNP0B00
    ROOT\LEGACY_BHDRVX86\0000
        Name: BHDrvx86
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HWPOLICY\0000
        Name: Hardware Policy Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NDIS\0000
        Name: NDIS System Driver
        No hardware/compatible IDs found for this device.
    ROOT\RDP_KBD\0000
        Name: Terminal Server Keyboard Driver
        Hardware IDs:
            ROOT\RDP_KBD
    ROOT\LEGACY_VOLSNAP\0000
        Name: Storage volumes
        No hardware/compatible IDs found for this device.
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ACPI\PNP0C01\B
        Name: System board
        Hardware IDs:
            ACPI\PNP0C01
            *PNP0C01
    ROOT\RDP_MOU\0000
        Name: Terminal Server Mouse Driver
        Hardware IDs:
            ROOT\RDP_MOU
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_NDPROXY\0000
        Name: NDProxy
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_IDSVIX86\0000
        Name: IDSVix86
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\Vid_046D&Qid_2008&Col02
            HID\Vid_046D&Class_0000011A&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    STORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\PNP0C04\4&E5ACEE3&0
        Name: Numeric data processor
        Hardware IDs:
            ACPI\PNP0C04
            *PNP0C04
    ROOT\LEGACY_RDPCDD\0000
        Name: RDPCDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_WANARPV6\0000
        Name: Remote Access IPv6 ARP Driver
        No hardware/compatible IDs found for this device.
    ROOT\SYSTEM\0000
        Name: Plug and Play Software Device Enumerator
        Hardware IDs:
            root\swenum
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    ROOT\LEGACY_IRPSYS\0000
        Name: IrpSys
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
        Hardware IDs:
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C8&CC_0C0300
            PCI\VEN_8086&DEV_27C8&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C8&REV_01
            PCI\VEN_8086&DEV_27C8
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9
        Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
        Hardware IDs:
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DF&CC_01018A
            PCI\VEN_8086&DEV_27DF&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27DF&REV_01
            PCI\VEN_8086&DEV_27DF
            PCI\VEN_8086&CC_01018A
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018A
            PCI\CC_0101
    USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002
        Name: Logitech Unifying USB receiver
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_02
            USB\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            USB\Class_03&SubClass_00&Prot_00
            USB\Class_03&SubClass_00
            USB\Class_03
    SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC
        Name: RAS Async Adapter
        Hardware IDs:
            SW\{eeab7790-c514-11d1-b42b-00805fc1270e}
    ROOT\UMBUS\0000
        Name: UMBus Root Bus Enumerator
        Hardware IDs:
            root\umbus
    HID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03
            HID\VID_046D&PID_C52B&MI_01&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    ROOT\LEGACY_RDPENCDD\0000
        Name: RDP Encoder Mirror Driver
        No hardware/compatible IDs found for this device.
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001
        Name: NVIDIA High Definition Audio
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE
            HDAUDIO\FUNC_01&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08
            HDAUDIO\FUNC_01&CTLR_VEN_10DE
            HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01
    ACPI\PNP0C0C\2&DABA3FF&2
        Name: ACPI Power Button
        Hardware IDs:
            ACPI\PNP0C0C
            *PNP0C0C
    ROOT\LEGACY_WDF01000\0000
        Name: Kernel Mode Driver Frameworks service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMEVENT\0000
        Name: SymEvent
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000
        Name: Logitech HID-compliant Unifying keyboard
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\Vid_046D&Qid_2008&Col01
            HID\Vid_046D&Class_0000011A&Col01
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_KSECDD\0000
        Name: KSecDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CCSET_NSBU\0000
        Name: NSBU Settings Manager
        No hardware/compatible IDs found for this device.
    ROOT\UNNAMED_DEVICE\0000
        Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
        Hardware IDs:
            USB\VID_0955&PID_9000
    ROOT\LEGACY_NETBT\0000
        Name: NETBT
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_RDPREFMP\0000
        Name: Reflector Display Driver used to gain access to graphics data
        No hardware/compatible IDs found for this device.
    ACPI_HAL\PNP0C08\0
        Name: Microsoft ACPI-Compliant System
        Hardware IDs:
            ACPI_HAL\PNP0C08
            *PNP0C08
    ROOT\LEGACY_WFPLWF\0000
        Name: WFP Lightweight Filter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMIRON\0000
        Name: Symantec Iron Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_KSECPKG\0000
        Name: KSecPkg
        No hardware/compatible IDs found for this device.
    ROOT\VDRVROOT\0000
        Name: Microsoft Virtual Drive Enumerator Driver
        Hardware IDs:
            ROOT\vdrvroot
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\FIXEDBUTTON\2&DABA3FF&2
        Name: ACPI Fixed Feature Button
        Hardware IDs:
            ACPI\FixedButton
            *FixedButton
    USB\VID_046D&PID_C52B\5&2FA918A6&0&2
        Name: USB Composite Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400
            USB\VID_046D&PID_C52B
        Compatible IDs:
            USB\DevClass_00&SubClass_00&Prot_00
            USB\DevClass_00&SubClass_00
            USB\DevClass_00
            USB\COMPOSITE
    PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
        Hardware IDs:
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C9&CC_0C0300
            PCI\VEN_8086&DEV_27C9&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C9&REV_01
            PCI\VEN_8086&DEV_27C9
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0
        Name: USB Device
        Hardware IDs:
            USBSTOR\Disk________________________PMAP
            USBSTOR\Disk________________________
            USBSTOR\Disk________
            USBSTOR\________________________P
            ________________________P
            USBSTOR\GenDisk
            GenDisk
        Compatible IDs:
            USBSTOR\Disk
            USBSTOR\RAW
    PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00
        Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
        Hardware IDs:
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C0&CC_060000
            PCI\VEN_8086&DEV_29C0&CC_0600
        Compatible IDs:
            PCI\VEN_8086&DEV_29C0&REV_0A
            PCI\VEN_8086&DEV_29C0
            PCI\VEN_8086&CC_060000
            PCI\VEN_8086&CC_0600
            PCI\VEN_8086
            PCI\CC_060000
            PCI\CC_0600
    ROOT\LEGACY_RSPNDR\0000
        Name: Link-Layer Topology Discovery Responder
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMNETS\0000
        Name: Symantec Network Security WFP Driver
        No hardware/compatible IDs found for this device.
    ROOT\VOLMGR\0000
        Name: Volume Manager
        Hardware IDs:
            ROOT\VOLMGR
        Compatible IDs:
            DETECTEDInternal\volmgr
            DETECTED\volmgr
    ROOT\LEGACY_LLTDIO\0000
        Name: Link-Layer Topology Discovery Mapper I/O Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CLFS\0000
        Name: Common Log (CLFS)
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000
        Name: HID-compliant mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01
            HID\VID_046D&PID_C52B&MI_01&Col01
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001
        Name: High Definition Audio Device
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4
            HDAUDIO\FUNC_01&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8
            HDAUDIO\FUNC_01&CTLR_VEN_8086
            HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01
    ROOT\LEGACY_SASDIFSV\0000
        Name: SASDIFSV
        No hardware/compatible IDs found for this device.
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_WINISOCDBUS\0000
        Name: WinISO Virtual CD Drive
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NPF\0000
        Name: NetGroup Packet Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIP\0000
        Name: TCP/IP Protocol Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CNG\0000
        Name: CNG
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_ERASERUTILREBOOTDRV\0000
        Name: EraserUtilRebootDrv
        No hardware/compatible IDs found for this device.
    PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842
            PCI\VEN_10DE&DEV_0E08&CC_040300
            PCI\VEN_10DE&DEV_0E08&CC_0403
        Compatible IDs:
            PCI\VEN_10DE&DEV_0E08&REV_A1
            PCI\VEN_10DE&DEV_0E08
            PCI\VEN_10DE&CC_040300
            PCI\VEN_10DE&CC_0403
            PCI\VEN_10DE
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_SASKUTIL\0000
        Name: SASKUTIL
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIPREG\0000
        Name: TCP/IP Registry Compatibility
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CSC\0000
        Name: Offline Files Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
        Hardware IDs:
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CA&CC_0C0300
            PCI\VEN_8086&DEV_27CA&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CA&REV_01
            PCI\VEN_8086&DEV_27CA
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ROOT\LEGACY_WUDFPF\0000
        Name: User Mode Driver Frameworks Platform Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08
        Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
        Hardware IDs:
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C1&CC_060400
            PCI\VEN_8086&DEV_29C1&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_29C1&REV_0A
            PCI\VEN_8086&DEV_29C1
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\LEGACY_NSIPROXY\0000
        Name: NSI proxy service driver.
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&IPBUSENUMROOT
        Name: IPBusEnum Root Enumerator
        Hardware IDs:
            UMB\UMBUS
    ROOT\LEGACY_SECDRV\0000
        Name: Security Driver
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    ROOT\LEGACY_TDX\0000
        Name: NetIO Legacy TDI Support Driver
        No hardware/compatible IDs found for this device.
    ROOT\MSSMBIOS\0000
        Name: Microsoft System Management BIOS Driver
        Hardware IDs:
            ROOT\mssmbios
    ROOT\LEGACY_MOUNTMGR\0000
        Name: Mount Point Manager
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    USB\VID_05E3&PID_0606\5&23532153&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    ROOT\LEGACY_SIVDRIVER\0000
        Name: SIV Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_AGILEVPNMINIPORT\0000
        Name: WAN Miniport (IKEv2)
        Hardware IDs:
            ms_agilevpnminiport
    ROOT\LEGACY_TIB\0000
        Name: Acronis TIB Manager
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR
        Name: UMBus Enumerator
        Hardware IDs:
            UMB\UMBUS
    PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008
        Name: NVIDIA GeForce GT 610
        Hardware IDs:
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842
            PCI\VEN_10DE&DEV_104A&CC_030000
            PCI\VEN_10DE&DEV_104A&CC_0300
        Compatible IDs:
            PCI\VEN_10DE&DEV_104A&REV_A1
            PCI\VEN_10DE&DEV_104A
            PCI\VEN_10DE&CC_030000
            PCI\VEN_10DE&CC_0300
            PCI\VEN_10DE
            PCI\CC_030000
            PCI\CC_0300
    PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
        Hardware IDs:
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CB&CC_0C0300
            PCI\VEN_8086&DEV_27CB&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CB&REV_01
            PCI\VEN_8086&DEV_27CB
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_MPSDRV\0000
        Name: Windows Firewall Authorization Driver
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&0
        Name: ATA Channel 0
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    ROOT\LEGACY_NULL\0000
        Name: Null
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TIB_MOUNTER\0000
        Name: Acronis TIB Mounter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_DISCACHE\0000
        Name: System Attribute Cache
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SNAPMAN\0000
        Name: Acronis Snapshots Manager
        No hardware/compatible IDs found for this device.
    ROOT\MS_L2TPMINIPORT\0000
        Name: WAN Miniport (L2TP)
        Hardware IDs:
            ms_l2tpminiport
    USB\VID_05E3&PID_0606\6&2A83A702&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04
            HID\VID_046D&PID_C52B&MI_01&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    USB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000
        Name: Logitech USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_00
            USB\VID_046D&PID_C52B&MI_00
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_01
            USB\Class_03&SubClass_01
            USB\Class_03
    ROOT\LEGACY_DXGKRNL\0000
        Name: LDDM Graphics Subsystem
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&1
        Name: ATA Channel 1
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02
            HID\VID_046D&PID_C52B&MI_02&Col02
            HID_DEVICE_UP:FF00_U:0002
            HID_DEVICE
    ROOT\MS_NDISWANBH\0000
        Name: WAN Miniport (Network Monitor)
        Hardware IDs:
            ms_ndiswanbh
    ROOT\LEGACY_PCW\0000
        Name: Performance Counters for Windows Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0
        Name: Broadcom NetLink (TM) Gigabit Ethernet
        Hardware IDs:
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028
            PCI\VEN_14E4&DEV_1698&CC_020000
            PCI\VEN_14E4&DEV_1698&CC_0200
        Compatible IDs:
            PCI\VEN_14E4&DEV_1698&REV_10
            PCI\VEN_14E4&DEV_1698
            PCI\VEN_14E4&CC_020000
            PCI\VEN_14E4&CC_0200
            PCI\VEN_14E4
            PCI\CC_020000
            PCI\CC_0200
    PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF
        Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
        Hardware IDs:
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CC&CC_0C0320
            PCI\VEN_8086&DEV_27CC&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CC&REV_01
            PCI\VEN_8086&DEV_27CC
            PCI\VEN_8086&CC_0C0320
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0320
            PCI\CC_0C03
    ROOT\LEGACY_VBOXDRV\0000
        Name: VirtualBox Service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_EECTRL\0000
        Name: Symantec Eraser Control driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_NDISWANIP\0000
        Name: WAN Miniport (IP)
        Hardware IDs:
            ms_ndiswanip
    USB\ROOT_HUB\4&1DAF696F&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C9&REV0001
            USB\ROOT_HUB&VID8086&PID27C9
            USB\ROOT_HUB
    ROOT\LEGACY_SPLDR\0000
        Name: Security Processor Loader Driver
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0000
        Name: Microsoft ISATAP Adapter
        Hardware IDs:
            *ISATAP
    ROOT\LEGACY_PEAUTH\0000
        Name: PEAUTH
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_VBOXNETLWF\0000
        Name: VirtualBox NDIS6 Bridged Networking Service
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0001
        Name: Microsoft ISATAP Adapter #2
        Hardware IDs:
            *ISATAP
    ROOT\MS_NDISWANIPV6\0000
        Name: WAN Miniport (IPv6)
        Hardware IDs:
            ms_ndiswanipv6
    ACPI\PNP0000\4&E5ACEE3&0
        Name: Programmable interrupt controller
        Hardware IDs:
            ACPI\PNP0000
            *PNP0000
    USB\ROOT_HUB\4&1E6538BA&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CA&REV0001
            USB\ROOT_HUB&VID8086&PID27CA
            USB\ROOT_HUB
    HID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02
            HID\VID_046D&PID_C52B&MI_01&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    ROOT\ACPI_HAL\0000
        Name: ACPI x86-based PC
        Hardware IDs:
            acpiapic
        Compatible IDs:
            DETECTEDInternal\ACPI_HAL
            DETECTED\ACPI_HAL
    ROOT\LEGACY_VBOXUSBMON\0000
        Name: VirtualBox USB Monitor Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_PPPOEMINIPORT\0000
        Name: WAN Miniport (PPPOE)
        Hardware IDs:
            ms_pppoeminiport
    ROOT\LEGACY_SRTSPX\0000
        Name: Symantec Real Time Storage Protection (PEL)
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0
        Name: Intel(R) 82801 PCI Bridge - 244E
        Hardware IDs:
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028
            PCI\VEN_8086&DEV_244E&CC_060401
            PCI\VEN_8086&DEV_244E&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_244E&REV_E1
            PCI\VEN_8086&DEV_244E
            PCI\VEN_8086&CC_060401
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060401
            PCI\CC_0604
    ACPI\PNP0100\4&E5ACEE3&0
        Name: System timer
        Hardware IDs:
            ACPI\PNP0100
            *PNP0100
    PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0
        Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
        Hardware IDs:
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D0&CC_060400
            PCI\VEN_8086&DEV_27D0&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_27D0&REV_01
            PCI\VEN_8086&DEV_27D0
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    USB\VID_13FE&PID_4200\07014BFC32196C00
        Name: USB Mass Storage Device
        Hardware IDs:
            USB\VID_13FE&PID_4200&REV_0100
            USB\VID_13FE&PID_4200
        Compatible IDs:
            USB\Class_08&SubClass_06&Prot_50
            USB\Class_08&SubClass_06
            USB\Class_08
    USB\ROOT_HUB\4&32A4D9C0&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CB&REV0001
            USB\ROOT_HUB&VID8086&PID27CB
            USB\ROOT_HUB
    ROOT\BLBDRIVE\0000
        Name: File as Volume Driver
        Hardware IDs:
            ROOT\BLBDRIVE
        Compatible IDs:
            DETECTEDInternal\blbdrive
            DETECTED\blbdrive
    IDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0
        Name: TSSTcorp DVD+-RW TS-H653G ATA Device
        Hardware IDs:
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________
            TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            GenCdRom
        Compatible IDs:
            GenCdRom
    ROOT\LEGACY_VGASAVE\0000
        Name: VgaSave
        No hardware/compatible IDs found for this device.
    ACPI\PNP0103\2&DABA3FF&2
        Name: High precision event timer
        Hardware IDs:
            ACPI\PNP0103
            *PNP0103
    ROOT\MS_PPTPMINIPORT\0000
        Name: WAN Miniport (PPTP)
        Hardware IDs:
            ms_pptpminiport
    USB\ROOT_HUB\4&84020FC&8
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C8&REV0001
            USB\ROOT_HUB&VID8086&PID27C8
            USB\ROOT_HUB
    ROOT\COMPOSITEBUS\0000
        Name: Composite Bus Enumerator
        Hardware IDs:
            ROOT\CompositeBus
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_MSISADRV\0000
        Name: msisadrv
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_PSCHED\0000
        Name: QoS Packet Scheduler
        No hardware/compatible IDs found for this device.
    USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001
        Name: USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_01
            USB\VID_046D&PID_C52B&MI_01
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_02
            USB\Class_03&SubClass_01
            USB\Class_03
    ACPI\PNP0200\4&E5ACEE3&0
        Name: Direct memory access controller
        Hardware IDs:
            ACPI\PNP0200
            *PNP0200
    ROOT\MS_SSTPMINIPORT\0000
        Name: WAN Miniport (SSTP)
        Hardware IDs:
            ms_sstpminiport
    ROOT\LEGACY_FVEVOL\0000
        Name: Bitlocker Drive Encryption Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_AFD\0000
        Name: Ancillary Function Driver for Winsock
        No hardware/compatible IDs found for this device.
    USB\ROOT_HUB20\4&FE71044&1
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB20&VID8086&PID27CC&REV0001
            USB\ROOT_HUB20&VID8086&PID27CC
            USB\ROOT_HUB20
    PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8
        Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
        Hardware IDs:
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000
            PCI\VEN_8086&DEV_27B8&REV_01
            PCI\VEN_8086&DEV_27B8
            PCI\VEN_8086&DEV_27B8&CC_060100
            PCI\VEN_8086&DEV_27B8&CC_0601
        Compatible IDs:
            PCI\VEN_8086&CC_060100
            PCI\VEN_8086&CC_0601
            PCI\VEN_8086
            PCI\CC_060100
            PCI\CC_0601
    PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D8&CC_040300
            PCI\VEN_8086&DEV_27D8&CC_0403
        Compatible IDs:
            PCI\VEN_8086&DEV_27D8&REV_01
            PCI\VEN_8086&DEV_27D8
            PCI\VEN_8086&CC_040300
            PCI\VEN_8086&CC_0403
            PCI\VEN_8086
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_PWDRVIO\0000
        Name: pwdrvio
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000
        Name: HID Keyboard Device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_00
            HID\VID_046D&PID_C52B&MI_00
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    ROOT\LEGACY_AMDKMDAG\0000
        Name: amdkmdag
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HTTP\0000
        Name: HTTP
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\Vid_046D&Qid_2008&Col04
            HID\Vid_046D&Class_0000011A&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    ACPI\PNP0800\4&E5ACEE3&0
        Name: System speaker
        Hardware IDs:
            ACPI\PNP0800
            *PNP0800
    ROOT\NET\0000
        Name: VirtualBox Host-Only Ethernet Adapter
        Hardware IDs:
            sun_vboxnetadp
    ROOT\LEGACY_NAVENG\0000
        Name: NAVENG
        No hardware/compatible IDs found for this device.
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    IDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0
        Name: Crucial_CT512MX100SSD1 ATA Device
        Hardware IDs:
            IDE\DiskCrucial_CT512MX100SSD1__________________MU01____
            IDE\Crucial_CT512MX100SSD1__________________MU01____
            IDE\DiskCrucial_CT512MX100SSD1__________________
            Crucial_CT512MX100SSD1__________________MU01____
            GenDisk
        Compatible IDs:
            GenDisk
    ROOT\LEGACY_PWDSPIO\0000
        Name: pwdspio
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_STORFLT\0000
        Name: Disk Virtual Machine Bus Acceleration Filter Driver
        No hardware/compatible IDs found for this device.
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\PRINTER\0000
        Name: HP ENVY 4500 series
        Hardware IDs:
            mf\envy_4500_series&wsd&ip_print
    ROOT\LEGACY_HWINFO32\0000
        Name: HWiNFO32/64 Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_BEEP\0000
        Name: Beep
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01
            HID\VID_046D&PID_C52B&MI_02&Col01
            HID_DEVICE_UP:FF00_U:0001
            HID_DEVICE
    ROOT\LEGACY_NAVEX15\0000
        Name: NAVEX15
        No hardware/compatible IDs found for this device.
    ACPI\PNP0A03\4
        Name: PCI bus
        Hardware IDs:
            ACPI\PNP0A03
            *PNP0A03
    DISPLAY\SAM0C26\5&2814FC75&1&UID1048849
        Name: Generic PnP Monitor
        Hardware IDs:
            MONITOR\SAM0C26
        Compatible IDs:
            *PNP09FF
    ROOT\RDPBUS\0000
        Name: Remote Desktop Device Redirector Bus
        Hardware IDs:
            ROOT\RDPBUS
    ROOT\LEGACY_VOLMGRX\0000
        Name: Dynamic Volume Manager
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_QWAVEDRV\0000
        Name: QWAVE driver
        No hardware/compatible IDs found for this device.
    175 matching device(s) found.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03
            HID\Vid_046D&Qid_2008&Col03
            HID\Vid_046D&Class_0000011A&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA
        Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
        Hardware IDs:
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C0&CC_01018F
            PCI\VEN_8086&DEV_27C0&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27C0&REV_01
            PCI\VEN_8086&DEV_27C0
            PCI\VEN_8086&CC_01018F
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018F
            PCI\CC_0101
    PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB
        Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
        Hardware IDs:
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DA&CC_0C0500
            PCI\VEN_8086&DEV_27DA&CC_0C05
        Compatible IDs:
            PCI\VEN_8086&DEV_27DA&REV_01
            PCI\VEN_8086&DEV_27DA
            PCI\VEN_8086&CC_0C0500
            PCI\VEN_8086&CC_0C05
            PCI\VEN_8086
            PCI\CC_0C0500
            PCI\CC_0C05
    ACPI\PNP0B00\4&E5ACEE3&0
        Name: System CMOS/real time clock
        Hardware IDs:
            ACPI\PNP0B00
            *PNP0B00
    ROOT\LEGACY_BHDRVX86\0000
        Name: BHDrvx86
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HWPOLICY\0000
        Name: Hardware Policy Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NDIS\0000
        Name: NDIS System Driver
        No hardware/compatible IDs found for this device.
    ROOT\RDP_KBD\0000
        Name: Terminal Server Keyboard Driver
        Hardware IDs:
            ROOT\RDP_KBD
    ROOT\LEGACY_VOLSNAP\0000
        Name: Storage volumes
        No hardware/compatible IDs found for this device.
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ACPI\PNP0C01\B
        Name: System board
        Hardware IDs:
            ACPI\PNP0C01
            *PNP0C01
    ROOT\RDP_MOU\0000
        Name: Terminal Server Mouse Driver
        Hardware IDs:
            ROOT\RDP_MOU
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_NDPROXY\0000
        Name: NDProxy
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_IDSVIX86\0000
        Name: IDSVix86
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02
            HID\Vid_046D&Qid_2008&Col02
            HID\Vid_046D&Class_0000011A&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    STORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\PNP0C04\4&E5ACEE3&0
        Name: Numeric data processor
        Hardware IDs:
            ACPI\PNP0C04
            *PNP0C04
    ROOT\LEGACY_RDPCDD\0000
        Name: RDPCDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_WANARPV6\0000
        Name: Remote Access IPv6 ARP Driver
        No hardware/compatible IDs found for this device.
    ROOT\SYSTEM\0000
        Name: Plug and Play Software Device Enumerator
        Hardware IDs:
            root\swenum
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    ROOT\LEGACY_IRPSYS\0000
        Name: IrpSys
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
        Hardware IDs:
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C8&CC_0C0300
            PCI\VEN_8086&DEV_27C8&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C8&REV_01
            PCI\VEN_8086&DEV_27C8
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9
        Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
        Hardware IDs:
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27DF&SUBSYS_02941028
            PCI\VEN_8086&DEV_27DF&CC_01018A
            PCI\VEN_8086&DEV_27DF&CC_0101
        Compatible IDs:
            PCI\VEN_8086&DEV_27DF&REV_01
            PCI\VEN_8086&DEV_27DF
            PCI\VEN_8086&CC_01018A
            PCI\VEN_8086&CC_0101
            PCI\VEN_8086
            PCI\CC_01018A
            PCI\CC_0101
    USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002
        Name: Logitech Unifying USB receiver
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_02
            USB\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            USB\Class_03&SubClass_00&Prot_00
            USB\Class_03&SubClass_00
            USB\Class_03
    SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC
        Name: RAS Async Adapter
        Hardware IDs:
            SW\{eeab7790-c514-11d1-b42b-00805fc1270e}
    ROOT\UMBUS\0000
        Name: UMBus Root Bus Enumerator
        Hardware IDs:
            root\umbus
    HID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03
            HID\VID_046D&PID_C52B&MI_01&Col03
            HID_DEVICE_SYSTEM_CONTROL
            HID_DEVICE_UP:0001_U:0080
            HID_DEVICE
    ROOT\LEGACY_RDPENCDD\0000
        Name: RDP Encoder Mirror Driver
        No hardware/compatible IDs found for this device.
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001
        Name: NVIDIA High Definition Audio
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&VEN_10DE&DEV_001C
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE
            HDAUDIO\FUNC_01&VEN_10DE
            HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08
            HDAUDIO\FUNC_01&CTLR_VEN_10DE
            HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001
            HDAUDIO\FUNC_01
    ACPI\PNP0C0C\2&DABA3FF&2
        Name: ACPI Power Button
        Hardware IDs:
            ACPI\PNP0C0C
            *PNP0C0C
    ROOT\LEGACY_WDF01000\0000
        Name: Kernel Mode Driver Frameworks service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMEVENT\0000
        Name: SymEvent
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000
        Name: Logitech HID-compliant Unifying keyboard
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01
            HID\Vid_046D&Qid_2008&Col01
            HID\Vid_046D&Class_0000011A&Col01
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_KSECDD\0000
        Name: KSecDD
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CCSET_NSBU\0000
        Name: NSBU Settings Manager
        No hardware/compatible IDs found for this device.
    ROOT\UNNAMED_DEVICE\0000
        Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)
        Hardware IDs:
            USB\VID_0955&PID_9000
    ROOT\LEGACY_NETBT\0000
        Name: NETBT
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_RDPREFMP\0000
        Name: Reflector Display Driver used to gain access to graphics data
        No hardware/compatible IDs found for this device.
    ACPI_HAL\PNP0C08\0
        Name: Microsoft ACPI-Compliant System
        Hardware IDs:
            ACPI_HAL\PNP0C08
            *PNP0C08
    ROOT\LEGACY_WFPLWF\0000
        Name: WFP Lightweight Filter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMIRON\0000
        Name: Symantec Iron Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_KSECPKG\0000
        Name: KSecPkg
        No hardware/compatible IDs found for this device.
    ROOT\VDRVROOT\0000
        Name: Microsoft Virtual Drive Enumerator Driver
        Hardware IDs:
            ROOT\vdrvroot
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ACPI\FIXEDBUTTON\2&DABA3FF&2
        Name: ACPI Fixed Feature Button
        Hardware IDs:
            ACPI\FixedButton
            *FixedButton
    USB\VID_046D&PID_C52B\5&2FA918A6&0&2
        Name: USB Composite Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400
            USB\VID_046D&PID_C52B
        Compatible IDs:
            USB\DevClass_00&SubClass_00&Prot_00
            USB\DevClass_00&SubClass_00
            USB\DevClass_00
            USB\COMPOSITE
    PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
        Hardware IDs:
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27C9&SUBSYS_02941028
            PCI\VEN_8086&DEV_27C9&CC_0C0300
            PCI\VEN_8086&DEV_27C9&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27C9&REV_01
            PCI\VEN_8086&DEV_27C9
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0
        Name: USB Device
        Hardware IDs:
            USBSTOR\Disk________________________PMAP
            USBSTOR\Disk________________________
            USBSTOR\Disk________
            USBSTOR\________________________P
            ________________________P
            USBSTOR\GenDisk
            GenDisk
        Compatible IDs:
            USBSTOR\Disk
            USBSTOR\RAW
    PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00
        Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
        Hardware IDs:
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C0&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C0&CC_060000
            PCI\VEN_8086&DEV_29C0&CC_0600
        Compatible IDs:
            PCI\VEN_8086&DEV_29C0&REV_0A
            PCI\VEN_8086&DEV_29C0
            PCI\VEN_8086&CC_060000
            PCI\VEN_8086&CC_0600
            PCI\VEN_8086
            PCI\CC_060000
            PCI\CC_0600
    ROOT\LEGACY_RSPNDR\0000
        Name: Link-Layer Topology Discovery Responder
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SYMNETS\0000
        Name: Symantec Network Security WFP Driver
        No hardware/compatible IDs found for this device.
    ROOT\VOLMGR\0000
        Name: Volume Manager
        Hardware IDs:
            ROOT\VOLMGR
        Compatible IDs:
            DETECTEDInternal\volmgr
            DETECTED\volmgr
    ROOT\LEGACY_LLTDIO\0000
        Name: Link-Layer Topology Discovery Mapper I/O Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CLFS\0000
        Name: Common Log (CLFS)
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000
        Name: HID-compliant mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01
            HID\VID_046D&PID_C52B&MI_01&Col01
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001
        Name: High Definition Audio Device
        Hardware IDs:
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294
        Compatible IDs:
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&VEN_11D4&DEV_194A
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4
            HDAUDIO\FUNC_01&VEN_11D4
            HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8
            HDAUDIO\FUNC_01&CTLR_VEN_8086
            HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004
            HDAUDIO\FUNC_01
    ROOT\LEGACY_SASDIFSV\0000
        Name: SASDIFSV
        No hardware/compatible IDs found for this device.
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_WINISOCDBUS\0000
        Name: WinISO Virtual CD Drive
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_NPF\0000
        Name: NetGroup Packet Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIP\0000
        Name: TCP/IP Protocol Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CNG\0000
        Name: CNG
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_ERASERUTILREBOOTDRV\0000
        Name: EraserUtilRebootDrv
        No hardware/compatible IDs found for this device.
    PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842
            PCI\VEN_10DE&DEV_0E08&CC_040300
            PCI\VEN_10DE&DEV_0E08&CC_0403
        Compatible IDs:
            PCI\VEN_10DE&DEV_0E08&REV_A1
            PCI\VEN_10DE&DEV_0E08
            PCI\VEN_10DE&CC_040300
            PCI\VEN_10DE&CC_0403
            PCI\VEN_10DE
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_SASKUTIL\0000
        Name: SASKUTIL
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TCPIPREG\0000
        Name: TCP/IP Registry Compatibility
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_CSC\0000
        Name: Offline Files Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
        Hardware IDs:
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CA&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CA&CC_0C0300
            PCI\VEN_8086&DEV_27CA&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CA&REV_01
            PCI\VEN_8086&DEV_27CA
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ROOT\LEGACY_WUDFPF\0000
        Name: User Mode Driver Frameworks Platform Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08
        Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
        Hardware IDs:
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A
            PCI\VEN_8086&DEV_29C1&SUBSYS_02941028
            PCI\VEN_8086&DEV_29C1&CC_060400
            PCI\VEN_8086&DEV_29C1&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_29C1&REV_0A
            PCI\VEN_8086&DEV_29C1
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\LEGACY_NSIPROXY\0000
        Name: NSI proxy service driver.
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&IPBUSENUMROOT
        Name: IPBusEnum Root Enumerator
        Hardware IDs:
            UMB\UMBUS
    ROOT\LEGACY_SECDRV\0000
        Name: Security Driver
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    ROOT\LEGACY_TDX\0000
        Name: NetIO Legacy TDI Support Driver
        No hardware/compatible IDs found for this device.
    ROOT\MSSMBIOS\0000
        Name: Microsoft System Management BIOS Driver
        Hardware IDs:
            ROOT\mssmbios
    ROOT\LEGACY_MOUNTMGR\0000
        Name: Mount Point Manager
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000
        Name: Logitech HID-compliant Unifying Mouse
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            HID\Vid_046D&Qid_101B
            HID\Vid_046D&Class_00000004
            HID_DEVICE_SYSTEM_MOUSE
            HID_DEVICE_UP:0001_U:0002
            HID_DEVICE
    USB\VID_05E3&PID_0606\5&23532153&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    ROOT\LEGACY_SIVDRIVER\0000
        Name: SIV Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_AGILEVPNMINIPORT\0000
        Name: WAN Miniport (IKEv2)
        Hardware IDs:
            ms_agilevpnminiport
    ROOT\LEGACY_TIB\0000
        Name: Acronis TIB Manager
        No hardware/compatible IDs found for this device.
    UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR
        Name: UMBus Enumerator
        Hardware IDs:
            UMB\UMBUS
    PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008
        Name: NVIDIA GeForce GT 610
        Hardware IDs:
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1
            PCI\VEN_10DE&DEV_104A&SUBSYS_26193842
            PCI\VEN_10DE&DEV_104A&CC_030000
            PCI\VEN_10DE&DEV_104A&CC_0300
        Compatible IDs:
            PCI\VEN_10DE&DEV_104A&REV_A1
            PCI\VEN_10DE&DEV_104A
            PCI\VEN_10DE&CC_030000
            PCI\VEN_10DE&CC_0300
            PCI\VEN_10DE
            PCI\CC_030000
            PCI\CC_0300
    PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB
        Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
        Hardware IDs:
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CB&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CB&CC_0C0300
            PCI\VEN_8086&DEV_27CB&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CB&REV_01
            PCI\VEN_8086&DEV_27CB
            PCI\VEN_8086&CC_0C0300
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0300
            PCI\CC_0C03
    ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2
        Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz
        Hardware IDs:
            ACPI\GenuineIntel_-_x86_Family_6_Model_23
            *GenuineIntel_-_x86_Family_6_Model_23
            ACPI\GenuineIntel_-_x86_Family_6
            *GenuineIntel_-_x86_Family_6
            ACPI\GenuineIntel_-_x86
            *GenuineIntel_-_x86
        Compatible IDs:
            ACPI\Processor
    ROOT\LEGACY_MPSDRV\0000
        Name: Windows Firewall Authorization Driver
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&0
        Name: ATA Channel 0
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    ROOT\LEGACY_NULL\0000
        Name: Null
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_TIB_MOUNTER\0000
        Name: Acronis TIB Mounter
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_DISCACHE\0000
        Name: System Attribute Cache
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_SNAPMAN\0000
        Name: Acronis Snapshots Manager
        No hardware/compatible IDs found for this device.
    ROOT\MS_L2TPMINIPORT\0000
        Name: WAN Miniport (L2TP)
        Hardware IDs:
            ms_l2tpminiport
    USB\VID_05E3&PID_0606\6&2A83A702&0&3
        Name: Generic USB Hub
        Hardware IDs:
            USB\VID_05E3&PID_0606&REV_0702
            USB\VID_05E3&PID_0606
        Compatible IDs:
            USB\Class_09&SubClass_00&Prot_00
            USB\Class_09&SubClass_00
            USB\Class_09
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    HID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04
            HID\VID_046D&PID_C52B&MI_01&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    USB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000
        Name: Logitech USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_00
            USB\VID_046D&PID_C52B&MI_00
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_01
            USB\Class_03&SubClass_01
            USB\Class_03
    ROOT\LEGACY_DXGKRNL\0000
        Name: LDDM Graphics Subsystem
        No hardware/compatible IDs found for this device.
    PCIIDE\IDECHANNEL\4&37A0EB9B&0&1
        Name: ATA Channel 1
        Hardware IDs:
            Intel-27c0
            Internal_IDE_Channel
        Compatible IDs:
            *PNP0600
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02
            HID\VID_046D&PID_C52B&MI_02&Col02
            HID_DEVICE_UP:FF00_U:0002
            HID_DEVICE
    ROOT\MS_NDISWANBH\0000
        Name: WAN Miniport (Network Monitor)
        Hardware IDs:
            ms_ndiswanbh
    ROOT\LEGACY_PCW\0000
        Name: Performance Counters for Windows Driver
        No hardware/compatible IDs found for this device.
    PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0
        Name: Broadcom NetLink (TM) Gigabit Ethernet
        Hardware IDs:
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10
            PCI\VEN_14E4&DEV_1698&SUBSYS_02941028
            PCI\VEN_14E4&DEV_1698&CC_020000
            PCI\VEN_14E4&DEV_1698&CC_0200
        Compatible IDs:
            PCI\VEN_14E4&DEV_1698&REV_10
            PCI\VEN_14E4&DEV_1698
            PCI\VEN_14E4&CC_020000
            PCI\VEN_14E4&CC_0200
            PCI\VEN_14E4
            PCI\CC_020000
            PCI\CC_0200
    PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF
        Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
        Hardware IDs:
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27CC&SUBSYS_02941028
            PCI\VEN_8086&DEV_27CC&CC_0C0320
            PCI\VEN_8086&DEV_27CC&CC_0C03
        Compatible IDs:
            PCI\VEN_8086&DEV_27CC&REV_01
            PCI\VEN_8086&DEV_27CC
            PCI\VEN_8086&CC_0C0320
            PCI\VEN_8086&CC_0C03
            PCI\VEN_8086
            PCI\CC_0C0320
            PCI\CC_0C03
    ROOT\LEGACY_VBOXDRV\0000
        Name: VirtualBox Service
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_EECTRL\0000
        Name: Symantec Eraser Control driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_NDISWANIP\0000
        Name: WAN Miniport (IP)
        Hardware IDs:
            ms_ndiswanip
    USB\ROOT_HUB\4&1DAF696F&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C9&REV0001
            USB\ROOT_HUB&VID8086&PID27C9
            USB\ROOT_HUB
    ROOT\LEGACY_SPLDR\0000
        Name: Security Processor Loader Driver
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0000
        Name: Microsoft ISATAP Adapter
        Hardware IDs:
            *ISATAP
    ROOT\LEGACY_PEAUTH\0000
        Name: PEAUTH
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_VBOXNETLWF\0000
        Name: VirtualBox NDIS6 Bridged Networking Service
        No hardware/compatible IDs found for this device.
    ROOT\*ISATAP\0001
        Name: Microsoft ISATAP Adapter #2
        Hardware IDs:
            *ISATAP
    ROOT\MS_NDISWANIPV6\0000
        Name: WAN Miniport (IPv6)
        Hardware IDs:
            ms_ndiswanipv6
    ACPI\PNP0000\4&E5ACEE3&0
        Name: Programmable interrupt controller
        Hardware IDs:
            ACPI\PNP0000
            *PNP0000
    USB\ROOT_HUB\4&1E6538BA&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CA&REV0001
            USB\ROOT_HUB&VID8086&PID27CA
            USB\ROOT_HUB
    HID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001
        Name: HID-compliant consumer control device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02
            HID\VID_046D&PID_C52B&MI_01&Col02
            HID_DEVICE_SYSTEM_CONSUMER
            HID_DEVICE_UP:000C_U:0001
            HID_DEVICE
    ROOT\ACPI_HAL\0000
        Name: ACPI x86-based PC
        Hardware IDs:
            acpiapic
        Compatible IDs:
            DETECTEDInternal\ACPI_HAL
            DETECTED\ACPI_HAL
    ROOT\LEGACY_VBOXUSBMON\0000
        Name: VirtualBox USB Monitor Driver
        No hardware/compatible IDs found for this device.
    ROOT\MS_PPPOEMINIPORT\0000
        Name: WAN Miniport (PPPOE)
        Hardware IDs:
            ms_pppoeminiport
    ROOT\LEGACY_SRTSPX\0000
        Name: Symantec Real Time Storage Protection (PEL)
        No hardware/compatible IDs found for this device.
    PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0
        Name: Intel(R) 82801 PCI Bridge - 244E
        Hardware IDs:
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1
            PCI\VEN_8086&DEV_244E&SUBSYS_02941028
            PCI\VEN_8086&DEV_244E&CC_060401
            PCI\VEN_8086&DEV_244E&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_244E&REV_E1
            PCI\VEN_8086&DEV_244E
            PCI\VEN_8086&CC_060401
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060401
            PCI\CC_0604
    ACPI\PNP0100\4&E5ACEE3&0
        Name: System timer
        Hardware IDs:
            ACPI\PNP0100
            *PNP0100
    PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0
        Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
        Hardware IDs:
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D0&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D0&CC_060400
            PCI\VEN_8086&DEV_27D0&CC_0604
        Compatible IDs:
            PCI\VEN_8086&DEV_27D0&REV_01
            PCI\VEN_8086&DEV_27D0
            PCI\VEN_8086&CC_060400
            PCI\VEN_8086&CC_0604
            PCI\VEN_8086
            PCI\CC_060400
            PCI\CC_0604
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    USB\VID_13FE&PID_4200\07014BFC32196C00
        Name: USB Mass Storage Device
        Hardware IDs:
            USB\VID_13FE&PID_4200&REV_0100
            USB\VID_13FE&PID_4200
        Compatible IDs:
            USB\Class_08&SubClass_06&Prot_50
            USB\Class_08&SubClass_06
            USB\Class_08
    USB\ROOT_HUB\4&32A4D9C0&0
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27CB&REV0001
            USB\ROOT_HUB&VID8086&PID27CB
            USB\ROOT_HUB
    ROOT\BLBDRIVE\0000
        Name: File as Volume Driver
        Hardware IDs:
            ROOT\BLBDRIVE
        Compatible IDs:
            DETECTEDInternal\blbdrive
            DETECTED\blbdrive
    IDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0
        Name: TSSTcorp DVD+-RW TS-H653G ATA Device
        Hardware IDs:
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________
            TSSTcorp_DVD+-RW_TS-H653G_______________DW30____
            GenCdRom
        Compatible IDs:
            GenCdRom
    ROOT\LEGACY_VGASAVE\0000
        Name: VgaSave
        No hardware/compatible IDs found for this device.
    ACPI\PNP0103\2&DABA3FF&2
        Name: High precision event timer
        Hardware IDs:
            ACPI\PNP0103
            *PNP0103
    ROOT\MS_PPTPMINIPORT\0000
        Name: WAN Miniport (PPTP)
        Hardware IDs:
            ms_pptpminiport
    USB\ROOT_HUB\4&84020FC&8
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB&VID8086&PID27C8&REV0001
            USB\ROOT_HUB&VID8086&PID27C8
            USB\ROOT_HUB
    ROOT\COMPOSITEBUS\0000
        Name: Composite Bus Enumerator
        Hardware IDs:
            ROOT\CompositeBus
    {C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00
        Name: Logitech Driver Interface
        Hardware IDs:
            LOGITECH_RAW_PDO
    ROOT\LEGACY_MSISADRV\0000
        Name: msisadrv
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_PSCHED\0000
        Name: QoS Packet Scheduler
        No hardware/compatible IDs found for this device.
    USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001
        Name: USB Input Device
        Hardware IDs:
            USB\VID_046D&PID_C52B&REV_2400&MI_01
            USB\VID_046D&PID_C52B&MI_01
        Compatible IDs:
            USB\Class_03&SubClass_01&Prot_02
            USB\Class_03&SubClass_01
            USB\Class_03
    ACPI\PNP0200\4&E5ACEE3&0
        Name: Direct memory access controller
        Hardware IDs:
            ACPI\PNP0200
            *PNP0200
    ROOT\MS_SSTPMINIPORT\0000
        Name: WAN Miniport (SSTP)
        Hardware IDs:
            ms_sstpminiport
    ROOT\LEGACY_FVEVOL\0000
        Name: Bitlocker Drive Encryption Filter Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_AFD\0000
        Name: Ancillary Function Driver for Winsock
        No hardware/compatible IDs found for this device.
    USB\ROOT_HUB20\4&FE71044&1
        Name: USB Root Hub
        Hardware IDs:
            USB\ROOT_HUB20&VID8086&PID27CC&REV0001
            USB\ROOT_HUB20&VID8086&PID27CC
            USB\ROOT_HUB20
    PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8
        Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
        Hardware IDs:
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01
            PCI\VEN_8086&DEV_27B8&SUBSYS_00000000
            PCI\VEN_8086&DEV_27B8&REV_01
            PCI\VEN_8086&DEV_27B8
            PCI\VEN_8086&DEV_27B8&CC_060100
            PCI\VEN_8086&DEV_27B8&CC_0601
        Compatible IDs:
            PCI\VEN_8086&CC_060100
            PCI\VEN_8086&CC_0601
            PCI\VEN_8086
            PCI\CC_060100
            PCI\CC_0601
    PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8
        Name: High Definition Audio Controller
        Hardware IDs:
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01
            PCI\VEN_8086&DEV_27D8&SUBSYS_02941028
            PCI\VEN_8086&DEV_27D8&CC_040300
            PCI\VEN_8086&DEV_27D8&CC_0403
        Compatible IDs:
            PCI\VEN_8086&DEV_27D8&REV_01
            PCI\VEN_8086&DEV_27D8
            PCI\VEN_8086&CC_040300
            PCI\VEN_8086&CC_0403
            PCI\VEN_8086
            PCI\CC_040300
            PCI\CC_0403
    ROOT\LEGACY_PWDRVIO\0000
        Name: pwdrvio
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000
        Name: HID Keyboard Device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_00
            HID\VID_046D&PID_C52B&MI_00
            HID_DEVICE_SYSTEM_KEYBOARD
            HID_DEVICE_UP:0001_U:0006
            HID_DEVICE
    ROOT\LEGACY_AMDKMDAG\0000
        Name: amdkmdag
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_HTTP\0000
        Name: HTTP
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04
            HID\Vid_046D&Qid_2008&Col04
            HID\Vid_046D&Class_0000011A&Col04
            HID_DEVICE_UP:FFBC_U:0088
            HID_DEVICE
    ACPI\PNP0800\4&E5ACEE3&0
        Name: System speaker
        Hardware IDs:
            ACPI\PNP0800
            *PNP0800
    ROOT\NET\0000
        Name: VirtualBox Host-Only Ethernet Adapter
        Hardware IDs:
            sun_vboxnetadp
    ROOT\LEGACY_NAVENG\0000
        Name: NAVENG
        No hardware/compatible IDs found for this device.
    {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03
        Name: Logitech HID-compliant Unifying device
        Hardware IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004
        Compatible IDs:
            {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE
    IDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0
        Name: Crucial_CT512MX100SSD1 ATA Device
        Hardware IDs:
            IDE\DiskCrucial_CT512MX100SSD1__________________MU01____
            IDE\Crucial_CT512MX100SSD1__________________MU01____
            IDE\DiskCrucial_CT512MX100SSD1__________________
            Crucial_CT512MX100SSD1__________________MU01____
            GenDisk
        Compatible IDs:
            GenDisk
    ROOT\LEGACY_PWDSPIO\0000
        Name: pwdspio
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_STORFLT\0000
        Name: Disk Virtual Machine Bus Acceleration Filter Driver
        No hardware/compatible IDs found for this device.
    STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000
        Name: Generic volume
        Hardware IDs:
            STORAGE\Volume
    ROOT\PRINTER\0000
        Name: HP ENVY 4500 series
        Hardware IDs:
            mf\envy_4500_series&wsd&ip_print
    ROOT\LEGACY_HWINFO32\0000
        Name: HWiNFO32/64 Kernel Driver
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_BEEP\0000
        Name: Beep
        No hardware/compatible IDs found for this device.
    HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000
        Name: HID-compliant device
        Hardware IDs:
            HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01
            HID\VID_046D&PID_C52B&MI_02&Col01
            HID_DEVICE_UP:FF00_U:0001
            HID_DEVICE
    ROOT\LEGACY_NAVEX15\0000
        Name: NAVEX15
        No hardware/compatible IDs found for this device.
    ACPI\PNP0A03\4
        Name: PCI bus
        Hardware IDs:
            ACPI\PNP0A03
            *PNP0A03
    DISPLAY\SAM0C26\5&2814FC75&1&UID1048849
        Name: Generic PnP Monitor
        Hardware IDs:
            MONITOR\SAM0C26
        Compatible IDs:
            *PNP09FF
    ROOT\RDPBUS\0000
        Name: Remote Desktop Device Redirector Bus
        Hardware IDs:
            ROOT\RDPBUS
    ROOT\LEGACY_VOLMGRX\0000
        Name: Dynamic Volume Manager
        No hardware/compatible IDs found for this device.
    ROOT\LEGACY_QWAVEDRV\0000
        Name: QWAVE driver
        No hardware/compatible IDs found for this device.
    175 matching device(s) found.
    OK, sure.do you want to start new thread ? I think there's few more people interested in that.
      My Computers


  6. Posts : 268
    Windows 10 Pro x64 v22H2
       #1906

    Will post sometime later as have to run out now.
      My Computer


  7. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #1907

    ComputerGeek said:
    Will post sometime later as have to run out now.
    Okily- dokily, tnx.
      My Computers


  8. Posts : 3,510
    Windows 10 Pro 64-bit 21H1 (May 2021 build 19043.1083)
       #1908

    ComputerGeek said:
    1. Devcon is a Microsoft tool that comes in the Windows 10 WDK. It's a command line interface to Device Manager. It can retrieve and display Device Manager data (including data you don't see using the DevMgr GUI)
    2. We can use devcon to list every hardware ID on your PC. You can look to see if there's one to identify your m/b
    3. Also, Device Manager creates a trace file when it installs a driver. You can install the Realtek driver and we can see it only using h/w ids when trying to find a suitable driver (INF file) for your driver installion. The INF tells windows what driver files to use and what directories to put them in. Also instructions for registry mods, new services, etc.

    We can use devcon and the Device Manager trace file on your machine, drill down into the Realtek install happening on your own PC. But would do so in another thread. See if I can prove my case or maybe you prove me wrongHere's a view of the Hardware IDs on my machine
    Code:
    HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03        HID\Vid_046D&Qid_2008&Col03        HID\Vid_046D&Class_0000011A&Col03        HID_DEVICE_SYSTEM_CONTROL        HID_DEVICE_UP:0001_U:0080        HID_DEVICEPCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA    Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0    Hardware IDs:        PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C0&SUBSYS_02941028        PCI\VEN_8086&DEV_27C0&CC_01018F        PCI\VEN_8086&DEV_27C0&CC_0101    Compatible IDs:        PCI\VEN_8086&DEV_27C0&REV_01        PCI\VEN_8086&DEV_27C0        PCI\VEN_8086&CC_01018F        PCI\VEN_8086&CC_0101        PCI\VEN_8086        PCI\CC_01018F        PCI\CC_0101PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB    Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA    Hardware IDs:        PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27DA&SUBSYS_02941028        PCI\VEN_8086&DEV_27DA&CC_0C0500        PCI\VEN_8086&DEV_27DA&CC_0C05    Compatible IDs:        PCI\VEN_8086&DEV_27DA&REV_01        PCI\VEN_8086&DEV_27DA        PCI\VEN_8086&CC_0C0500        PCI\VEN_8086&CC_0C05        PCI\VEN_8086        PCI\CC_0C0500        PCI\CC_0C05ACPI\PNP0B00\4&E5ACEE3&0    Name: System CMOS/real time clock    Hardware IDs:        ACPI\PNP0B00        *PNP0B00ROOT\LEGACY_BHDRVX86\0000    Name: BHDrvx86    No hardware/compatible IDs found for this device.ROOT\LEGACY_HWPOLICY\0000    Name: Hardware Policy Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_NDIS\0000    Name: NDIS System Driver    No hardware/compatible IDs found for this device.ROOT\RDP_KBD\0000    Name: Terminal Server Keyboard Driver    Hardware IDs:        ROOT\RDP_KBDROOT\LEGACY_VOLSNAP\0000    Name: Storage volumes    No hardware/compatible IDs found for this device.{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOACPI\PNP0C01\B    Name: System board    Hardware IDs:        ACPI\PNP0C01        *PNP0C01ROOT\RDP_MOU\0000    Name: Terminal Server Mouse Driver    Hardware IDs:        ROOT\RDP_MOU{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_NDPROXY\0000    Name: NDProxy    No hardware/compatible IDs found for this device.ROOT\LEGACY_IDSVIX86\0000    Name: IDSVix86    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001    Name: HID-compliant consumer control device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02        HID\Vid_046D&Qid_2008&Col02        HID\Vid_046D&Class_0000011A&Col02        HID_DEVICE_SYSTEM_CONSUMER        HID_DEVICE_UP:000C_U:0001        HID_DEVICESTORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeSTORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}    Name: Generic volume    Hardware IDs:        STORAGE\VolumeACPI\PNP0C04\4&E5ACEE3&0    Name: Numeric data processor    Hardware IDs:        ACPI\PNP0C04        *PNP0C04ROOT\LEGACY_RDPCDD\0000    Name: RDPCDD    No hardware/compatible IDs found for this device.ROOT\LEGACY_WANARPV6\0000    Name: Remote Access IPv6 ARP Driver    No hardware/compatible IDs found for this device.ROOT\SYSTEM\0000    Name: Plug and Play Software Device Enumerator    Hardware IDs:        root\swenum{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEROOT\LEGACY_IRPSYS\0000    Name: IrpSys    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8    Hardware IDs:        PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C8&SUBSYS_02941028        PCI\VEN_8086&DEV_27C8&CC_0C0300        PCI\VEN_8086&DEV_27C8&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27C8&REV_01        PCI\VEN_8086&DEV_27C8        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9    Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF    Hardware IDs:        PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27DF&SUBSYS_02941028        PCI\VEN_8086&DEV_27DF&CC_01018A        PCI\VEN_8086&DEV_27DF&CC_0101    Compatible IDs:        PCI\VEN_8086&DEV_27DF&REV_01        PCI\VEN_8086&DEV_27DF        PCI\VEN_8086&CC_01018A        PCI\VEN_8086&CC_0101        PCI\VEN_8086        PCI\CC_01018A        PCI\CC_0101USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002    Name: Logitech Unifying USB receiver    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_02        USB\VID_046D&PID_C52B&MI_02    Compatible IDs:        USB\Class_03&SubClass_00&Prot_00        USB\Class_03&SubClass_00        USB\Class_03SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC    Name: RAS Async Adapter    Hardware IDs:        SW\{eeab7790-c514-11d1-b42b-00805fc1270e}ROOT\UMBUS\0000    Name: UMBus Root Bus Enumerator    Hardware IDs:        root\umbusHID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03        HID\VID_046D&PID_C52B&MI_01&Col03        HID_DEVICE_SYSTEM_CONTROL        HID_DEVICE_UP:0001_U:0080        HID_DEVICEROOT\LEGACY_RDPENCDD\0000    Name: RDP Encoder Mirror Driver    No hardware/compatible IDs found for this device.HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001    Name: NVIDIA High Definition Audio    Hardware IDs:        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619    Compatible IDs:        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE        HDAUDIO\FUNC_01&VEN_10DE        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08        HDAUDIO\FUNC_01&CTLR_VEN_10DE        HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001        HDAUDIO\FUNC_01ACPI\PNP0C0C\2&DABA3FF&2    Name: ACPI Power Button    Hardware IDs:        ACPI\PNP0C0C        *PNP0C0CROOT\LEGACY_WDF01000\0000    Name: Kernel Mode Driver Frameworks service    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMEVENT\0000    Name: SymEvent    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000    Name: Logitech HID-compliant Unifying keyboard    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01        HID\Vid_046D&Qid_2008&Col01        HID\Vid_046D&Class_0000011A&Col01        HID_DEVICE_SYSTEM_KEYBOARD        HID_DEVICE_UP:0001_U:0006        HID_DEVICE{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_KSECDD\0000    Name: KSecDD    No hardware/compatible IDs found for this device.ROOT\LEGACY_CCSET_NSBU\0000    Name: NSBU Settings Manager    No hardware/compatible IDs found for this device.ROOT\UNNAMED_DEVICE\0000    Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)    Hardware IDs:        USB\VID_0955&PID_9000ROOT\LEGACY_NETBT\0000    Name: NETBT    No hardware/compatible IDs found for this device.ROOT\LEGACY_RDPREFMP\0000    Name: Reflector Display Driver used to gain access to graphics data    No hardware/compatible IDs found for this device.ACPI_HAL\PNP0C08\0    Name: Microsoft ACPI-Compliant System    Hardware IDs:        ACPI_HAL\PNP0C08        *PNP0C08ROOT\LEGACY_WFPLWF\0000    Name: WFP Lightweight Filter    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMIRON\0000    Name: Symantec Iron Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_KSECPKG\0000    Name: KSecPkg    No hardware/compatible IDs found for this device.ROOT\VDRVROOT\0000    Name: Microsoft Virtual Drive Enumerator Driver    Hardware IDs:        ROOT\vdrvrootSTORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeACPI\FIXEDBUTTON\2&DABA3FF&2    Name: ACPI Fixed Feature Button    Hardware IDs:        ACPI\FixedButton        *FixedButtonUSB\VID_046D&PID_C52B\5&2FA918A6&0&2    Name: USB Composite Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400        USB\VID_046D&PID_C52B    Compatible IDs:        USB\DevClass_00&SubClass_00&Prot_00        USB\DevClass_00&SubClass_00        USB\DevClass_00        USB\COMPOSITEPCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9    Hardware IDs:        PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C9&SUBSYS_02941028        PCI\VEN_8086&DEV_27C9&CC_0C0300        PCI\VEN_8086&DEV_27C9&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27C9&REV_01        PCI\VEN_8086&DEV_27C9        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0    Name: USB Device    Hardware IDs:        USBSTOR\Disk________________________PMAP        USBSTOR\Disk________________________        USBSTOR\Disk________        USBSTOR\________________________P        ________________________P        USBSTOR\GenDisk        GenDisk    Compatible IDs:        USBSTOR\Disk        USBSTOR\RAWPCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00    Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0    Hardware IDs:        PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A        PCI\VEN_8086&DEV_29C0&SUBSYS_02941028        PCI\VEN_8086&DEV_29C0&CC_060000        PCI\VEN_8086&DEV_29C0&CC_0600    Compatible IDs:        PCI\VEN_8086&DEV_29C0&REV_0A        PCI\VEN_8086&DEV_29C0        PCI\VEN_8086&CC_060000        PCI\VEN_8086&CC_0600        PCI\VEN_8086        PCI\CC_060000        PCI\CC_0600ROOT\LEGACY_RSPNDR\0000    Name: Link-Layer Topology Discovery Responder    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMNETS\0000    Name: Symantec Network Security WFP Driver    No hardware/compatible IDs found for this device.ROOT\VOLMGR\0000    Name: Volume Manager    Hardware IDs:        ROOT\VOLMGR    Compatible IDs:        DETECTEDInternal\volmgr        DETECTED\volmgrROOT\LEGACY_LLTDIO\0000    Name: Link-Layer Topology Discovery Mapper I/O Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_CLFS\0000    Name: Common Log (CLFS)    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000    Name: HID-compliant mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01        HID\VID_046D&PID_C52B&MI_01&Col01        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICE{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOHDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001    Name: High Definition Audio Device    Hardware IDs:        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294    Compatible IDs:        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4        HDAUDIO\FUNC_01&VEN_11D4        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8        HDAUDIO\FUNC_01&CTLR_VEN_8086        HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004        HDAUDIO\FUNC_01ROOT\LEGACY_SASDIFSV\0000    Name: SASDIFSV    No hardware/compatible IDs found for this device.ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1    Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz    Hardware IDs:        ACPI\GenuineIntel_-_x86_Family_6_Model_23        *GenuineIntel_-_x86_Family_6_Model_23        ACPI\GenuineIntel_-_x86_Family_6        *GenuineIntel_-_x86_Family_6        ACPI\GenuineIntel_-_x86        *GenuineIntel_-_x86    Compatible IDs:        ACPI\ProcessorROOT\LEGACY_WINISOCDBUS\0000    Name: WinISO Virtual CD Drive    No hardware/compatible IDs found for this device.ROOT\LEGACY_NPF\0000    Name: NetGroup Packet Filter Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_TCPIP\0000    Name: TCP/IP Protocol Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_CNG\0000    Name: CNG    No hardware/compatible IDs found for this device.ROOT\LEGACY_ERASERUTILREBOOTDRV\0000    Name: EraserUtilRebootDrv    No hardware/compatible IDs found for this device.PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108    Name: High Definition Audio Controller    Hardware IDs:        PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1        PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842        PCI\VEN_10DE&DEV_0E08&CC_040300        PCI\VEN_10DE&DEV_0E08&CC_0403    Compatible IDs:        PCI\VEN_10DE&DEV_0E08&REV_A1        PCI\VEN_10DE&DEV_0E08        PCI\VEN_10DE&CC_040300        PCI\VEN_10DE&CC_0403        PCI\VEN_10DE        PCI\CC_040300        PCI\CC_0403ROOT\LEGACY_SASKUTIL\0000    Name: SASKUTIL    No hardware/compatible IDs found for this device.ROOT\LEGACY_TCPIPREG\0000    Name: TCP/IP Registry Compatibility    No hardware/compatible IDs found for this device.ROOT\LEGACY_CSC\0000    Name: Offline Files Driver    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA    Hardware IDs:        PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CA&SUBSYS_02941028        PCI\VEN_8086&DEV_27CA&CC_0C0300        PCI\VEN_8086&DEV_27CA&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CA&REV_01        PCI\VEN_8086&DEV_27CA        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03ROOT\LEGACY_WUDFPF\0000    Name: User Mode Driver Frameworks Platform Driver    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08    Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1    Hardware IDs:        PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A        PCI\VEN_8086&DEV_29C1&SUBSYS_02941028        PCI\VEN_8086&DEV_29C1&CC_060400        PCI\VEN_8086&DEV_29C1&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_29C1&REV_0A        PCI\VEN_8086&DEV_29C1        PCI\VEN_8086&CC_060400        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060400        PCI\CC_0604STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeROOT\LEGACY_NSIPROXY\0000    Name: NSI proxy service driver.    No hardware/compatible IDs found for this device.UMB\UMB\1&841921D&0&IPBUSENUMROOT    Name: IPBusEnum Root Enumerator    Hardware IDs:        UMB\UMBUSROOT\LEGACY_SECDRV\0000    Name: Security Driver    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000    Name: Logitech HID-compliant Unifying Mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004        HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004        HID\Vid_046D&Qid_101B        HID\Vid_046D&Class_00000004        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICEROOT\LEGACY_TDX\0000    Name: NetIO Legacy TDI Support Driver    No hardware/compatible IDs found for this device.ROOT\MSSMBIOS\0000    Name: Microsoft System Management BIOS Driver    Hardware IDs:        ROOT\mssmbiosROOT\LEGACY_MOUNTMGR\0000    Name: Mount Point Manager    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000    Name: Logitech HID-compliant Unifying Mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004        HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004        HID\Vid_046D&Qid_101B        HID\Vid_046D&Class_00000004        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICEUSB\VID_05E3&PID_0606\5&23532153&0&3    Name: Generic USB Hub    Hardware IDs:        USB\VID_05E3&PID_0606&REV_0702        USB\VID_05E3&PID_0606    Compatible IDs:        USB\Class_09&SubClass_00&Prot_00        USB\Class_09&SubClass_00        USB\Class_09ROOT\LEGACY_SIVDRIVER\0000    Name: SIV Kernel Driver    No hardware/compatible IDs found for this device.ROOT\MS_AGILEVPNMINIPORT\0000    Name: WAN Miniport (IKEv2)    Hardware IDs:        ms_agilevpnminiportROOT\LEGACY_TIB\0000    Name: Acronis TIB Manager    No hardware/compatible IDs found for this device.UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR    Name: UMBus Enumerator    Hardware IDs:        UMB\UMBUSPCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008    Name: NVIDIA GeForce GT 610    Hardware IDs:        PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1        PCI\VEN_10DE&DEV_104A&SUBSYS_26193842        PCI\VEN_10DE&DEV_104A&CC_030000        PCI\VEN_10DE&DEV_104A&CC_0300    Compatible IDs:        PCI\VEN_10DE&DEV_104A&REV_A1        PCI\VEN_10DE&DEV_104A        PCI\VEN_10DE&CC_030000        PCI\VEN_10DE&CC_0300        PCI\VEN_10DE        PCI\CC_030000        PCI\CC_0300PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB    Hardware IDs:        PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CB&SUBSYS_02941028        PCI\VEN_8086&DEV_27CB&CC_0C0300        PCI\VEN_8086&DEV_27CB&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CB&REV_01        PCI\VEN_8086&DEV_27CB        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2    Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz    Hardware IDs:        ACPI\GenuineIntel_-_x86_Family_6_Model_23        *GenuineIntel_-_x86_Family_6_Model_23        ACPI\GenuineIntel_-_x86_Family_6        *GenuineIntel_-_x86_Family_6        ACPI\GenuineIntel_-_x86        *GenuineIntel_-_x86    Compatible IDs:        ACPI\ProcessorROOT\LEGACY_MPSDRV\0000    Name: Windows Firewall Authorization Driver    No hardware/compatible IDs found for this device.PCIIDE\IDECHANNEL\4&37A0EB9B&0&0    Name: ATA Channel 0    Hardware IDs:        Intel-27c0        Internal_IDE_Channel    Compatible IDs:        *PNP0600ROOT\LEGACY_NULL\0000    Name: Null    No hardware/compatible IDs found for this device.ROOT\LEGACY_TIB_MOUNTER\0000    Name: Acronis TIB Mounter    No hardware/compatible IDs found for this device.ROOT\LEGACY_DISCACHE\0000    Name: System Attribute Cache    No hardware/compatible IDs found for this device.ROOT\LEGACY_SNAPMAN\0000    Name: Acronis Snapshots Manager    No hardware/compatible IDs found for this device.ROOT\MS_L2TPMINIPORT\0000    Name: WAN Miniport (L2TP)    Hardware IDs:        ms_l2tpminiportUSB\VID_05E3&PID_0606\6&2A83A702&0&3    Name: Generic USB Hub    Hardware IDs:        USB\VID_05E3&PID_0606&REV_0702        USB\VID_05E3&PID_0606    Compatible IDs:        USB\Class_09&SubClass_00&Prot_00        USB\Class_09&SubClass_00        USB\Class_09{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOHID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04        HID\VID_046D&PID_C52B&MI_01&Col04        HID_DEVICE_UP:FFBC_U:0088        HID_DEVICEUSB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000    Name: Logitech USB Input Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_00        USB\VID_046D&PID_C52B&MI_00    Compatible IDs:        USB\Class_03&SubClass_01&Prot_01        USB\Class_03&SubClass_01        USB\Class_03ROOT\LEGACY_DXGKRNL\0000    Name: LDDM Graphics Subsystem    No hardware/compatible IDs found for this device.PCIIDE\IDECHANNEL\4&37A0EB9B&0&1    Name: ATA Channel 1    Hardware IDs:        Intel-27c0        Internal_IDE_Channel    Compatible IDs:        *PNP0600HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02        HID\VID_046D&PID_C52B&MI_02&Col02        HID_DEVICE_UP:FF00_U:0002        HID_DEVICEROOT\MS_NDISWANBH\0000    Name: WAN Miniport (Network Monitor)    Hardware IDs:        ms_ndiswanbhROOT\LEGACY_PCW\0000    Name: Performance Counters for Windows Driver    No hardware/compatible IDs found for this device.PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0    Name: Broadcom NetLink (TM) Gigabit Ethernet    Hardware IDs:        PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10        PCI\VEN_14E4&DEV_1698&SUBSYS_02941028        PCI\VEN_14E4&DEV_1698&CC_020000        PCI\VEN_14E4&DEV_1698&CC_0200    Compatible IDs:        PCI\VEN_14E4&DEV_1698&REV_10        PCI\VEN_14E4&DEV_1698        PCI\VEN_14E4&CC_020000        PCI\VEN_14E4&CC_0200        PCI\VEN_14E4        PCI\CC_020000        PCI\CC_0200PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF    Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC    Hardware IDs:        PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CC&SUBSYS_02941028        PCI\VEN_8086&DEV_27CC&CC_0C0320        PCI\VEN_8086&DEV_27CC&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CC&REV_01        PCI\VEN_8086&DEV_27CC        PCI\VEN_8086&CC_0C0320        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0320        PCI\CC_0C03ROOT\LEGACY_VBOXDRV\0000    Name: VirtualBox Service    No hardware/compatible IDs found for this device.ROOT\LEGACY_EECTRL\0000    Name: Symantec Eraser Control driver    No hardware/compatible IDs found for this device.ROOT\MS_NDISWANIP\0000    Name: WAN Miniport (IP)    Hardware IDs:        ms_ndiswanipUSB\ROOT_HUB\4&1DAF696F&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27C9&REV0001        USB\ROOT_HUB&VID8086&PID27C9        USB\ROOT_HUBROOT\LEGACY_SPLDR\0000    Name: Security Processor Loader Driver    No hardware/compatible IDs found for this device.ROOT\*ISATAP\0000    Name: Microsoft ISATAP Adapter    Hardware IDs:        *ISATAPROOT\LEGACY_PEAUTH\0000    Name: PEAUTH    No hardware/compatible IDs found for this device.ROOT\LEGACY_VBOXNETLWF\0000    Name: VirtualBox NDIS6 Bridged Networking Service    No hardware/compatible IDs found for this device.ROOT\*ISATAP\0001    Name: Microsoft ISATAP Adapter #2    Hardware IDs:        *ISATAPROOT\MS_NDISWANIPV6\0000    Name: WAN Miniport (IPv6)    Hardware IDs:        ms_ndiswanipv6ACPI\PNP0000\4&E5ACEE3&0    Name: Programmable interrupt controller    Hardware IDs:        ACPI\PNP0000        *PNP0000USB\ROOT_HUB\4&1E6538BA&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27CA&REV0001        USB\ROOT_HUB&VID8086&PID27CA        USB\ROOT_HUBHID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001    Name: HID-compliant consumer control device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02        HID\VID_046D&PID_C52B&MI_01&Col02        HID_DEVICE_SYSTEM_CONSUMER        HID_DEVICE_UP:000C_U:0001        HID_DEVICEROOT\ACPI_HAL\0000    Name: ACPI x86-based PC    Hardware IDs:        acpiapic    Compatible IDs:        DETECTEDInternal\ACPI_HAL        DETECTED\ACPI_HALROOT\LEGACY_VBOXUSBMON\0000    Name: VirtualBox USB Monitor Driver    No hardware/compatible IDs found for this device.ROOT\MS_PPPOEMINIPORT\0000    Name: WAN Miniport (PPPOE)    Hardware IDs:        ms_pppoeminiportROOT\LEGACY_SRTSPX\0000    Name: Symantec Real Time Storage Protection (PEL)    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0    Name: Intel(R) 82801 PCI Bridge - 244E    Hardware IDs:        PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1        PCI\VEN_8086&DEV_244E&SUBSYS_02941028        PCI\VEN_8086&DEV_244E&CC_060401        PCI\VEN_8086&DEV_244E&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_244E&REV_E1        PCI\VEN_8086&DEV_244E        PCI\VEN_8086&CC_060401        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060401        PCI\CC_0604ACPI\PNP0100\4&E5ACEE3&0    Name: System timer    Hardware IDs:        ACPI\PNP0100        *PNP0100PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0    Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0    Hardware IDs:        PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27D0&SUBSYS_02941028        PCI\VEN_8086&DEV_27D0&CC_060400        PCI\VEN_8086&DEV_27D0&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_27D0&REV_01        PCI\VEN_8086&DEV_27D0        PCI\VEN_8086&CC_060400        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060400        PCI\CC_0604{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEUSB\VID_13FE&PID_4200\07014BFC32196C00    Name: USB Mass Storage Device    Hardware IDs:        USB\VID_13FE&PID_4200&REV_0100        USB\VID_13FE&PID_4200    Compatible IDs:        USB\Class_08&SubClass_06&Prot_50        USB\Class_08&SubClass_06        USB\Class_08USB\ROOT_HUB\4&32A4D9C0&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27CB&REV0001        USB\ROOT_HUB&VID8086&PID27CB        USB\ROOT_HUBROOT\BLBDRIVE\0000    Name: File as Volume Driver    Hardware IDs:        ROOT\BLBDRIVE    Compatible IDs:        DETECTEDInternal\blbdrive        DETECTED\blbdriveIDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0    Name: TSSTcorp DVD+-RW TS-H653G ATA Device    Hardware IDs:        IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____        IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____        IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________        TSSTcorp_DVD+-RW_TS-H653G_______________DW30____        GenCdRom    Compatible IDs:        GenCdRomROOT\LEGACY_VGASAVE\0000    Name: VgaSave    No hardware/compatible IDs found for this device.ACPI\PNP0103\2&DABA3FF&2    Name: High precision event timer    Hardware IDs:        ACPI\PNP0103        *PNP0103ROOT\MS_PPTPMINIPORT\0000    Name: WAN Miniport (PPTP)    Hardware IDs:        ms_pptpminiportUSB\ROOT_HUB\4&84020FC&8    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27C8&REV0001        USB\ROOT_HUB&VID8086&PID27C8        USB\ROOT_HUBROOT\COMPOSITEBUS\0000    Name: Composite Bus Enumerator    Hardware IDs:        ROOT\CompositeBus{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_MSISADRV\0000    Name: msisadrv    No hardware/compatible IDs found for this device.ROOT\LEGACY_PSCHED\0000    Name: QoS Packet Scheduler    No hardware/compatible IDs found for this device.USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001    Name: USB Input Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_01        USB\VID_046D&PID_C52B&MI_01    Compatible IDs:        USB\Class_03&SubClass_01&Prot_02        USB\Class_03&SubClass_01        USB\Class_03ACPI\PNP0200\4&E5ACEE3&0    Name: Direct memory access controller    Hardware IDs:        ACPI\PNP0200        *PNP0200ROOT\MS_SSTPMINIPORT\0000    Name: WAN Miniport (SSTP)    Hardware IDs:        ms_sstpminiportROOT\LEGACY_FVEVOL\0000    Name: Bitlocker Drive Encryption Filter Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_AFD\0000    Name: Ancillary Function Driver for Winsock    No hardware/compatible IDs found for this device.USB\ROOT_HUB20\4&FE71044&1    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB20&VID8086&PID27CC&REV0001        USB\ROOT_HUB20&VID8086&PID27CC        USB\ROOT_HUB20PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8    Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8    Hardware IDs:        PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01        PCI\VEN_8086&DEV_27B8&SUBSYS_00000000        PCI\VEN_8086&DEV_27B8&REV_01        PCI\VEN_8086&DEV_27B8        PCI\VEN_8086&DEV_27B8&CC_060100        PCI\VEN_8086&DEV_27B8&CC_0601    Compatible IDs:        PCI\VEN_8086&CC_060100        PCI\VEN_8086&CC_0601        PCI\VEN_8086        PCI\CC_060100        PCI\CC_0601PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8    Name: High Definition Audio Controller    Hardware IDs:        PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27D8&SUBSYS_02941028        PCI\VEN_8086&DEV_27D8&CC_040300        PCI\VEN_8086&DEV_27D8&CC_0403    Compatible IDs:        PCI\VEN_8086&DEV_27D8&REV_01        PCI\VEN_8086&DEV_27D8        PCI\VEN_8086&CC_040300        PCI\VEN_8086&CC_0403        PCI\VEN_8086        PCI\CC_040300        PCI\CC_0403ROOT\LEGACY_PWDRVIO\0000    Name: pwdrvio    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000    Name: HID Keyboard Device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_00        HID\VID_046D&PID_C52B&MI_00        HID_DEVICE_SYSTEM_KEYBOARD        HID_DEVICE_UP:0001_U:0006        HID_DEVICEROOT\LEGACY_AMDKMDAG\0000    Name: amdkmdag    No hardware/compatible IDs found for this device.ROOT\LEGACY_HTTP\0000    Name: HTTP    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003    Name: Logitech HID-compliant Unifying device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04        HID\Vid_046D&Qid_2008&Col04        HID\Vid_046D&Class_0000011A&Col04        HID_DEVICE_UP:FFBC_U:0088        HID_DEVICEACPI\PNP0800\4&E5ACEE3&0    Name: System speaker    Hardware IDs:        ACPI\PNP0800        *PNP0800ROOT\NET\0000    Name: VirtualBox Host-Only Ethernet Adapter    Hardware IDs:        sun_vboxnetadpROOT\LEGACY_NAVENG\0000    Name: NAVENG    No hardware/compatible IDs found for this device.{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEIDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0    Name: Crucial_CT512MX100SSD1 ATA Device    Hardware IDs:        IDE\DiskCrucial_CT512MX100SSD1__________________MU01____        IDE\Crucial_CT512MX100SSD1__________________MU01____        IDE\DiskCrucial_CT512MX100SSD1__________________        Crucial_CT512MX100SSD1__________________MU01____        GenDisk    Compatible IDs:        GenDiskROOT\LEGACY_PWDSPIO\0000    Name: pwdspio    No hardware/compatible IDs found for this device.ROOT\LEGACY_STORFLT\0000    Name: Disk Virtual Machine Bus Acceleration Filter Driver    No hardware/compatible IDs found for this device.STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeROOT\PRINTER\0000    Name: HP ENVY 4500 series    Hardware IDs:        mf\envy_4500_series&wsd&ip_printROOT\LEGACY_HWINFO32\0000    Name: HWiNFO32/64 Kernel Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_BEEP\0000    Name: Beep    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01        HID\VID_046D&PID_C52B&MI_02&Col01        HID_DEVICE_UP:FF00_U:0001        HID_DEVICEROOT\LEGACY_NAVEX15\0000    Name: NAVEX15    No hardware/compatible IDs found for this device.ACPI\PNP0A03\4    Name: PCI bus    Hardware IDs:        ACPI\PNP0A03        *PNP0A03DISPLAY\SAM0C26\5&2814FC75&1&UID1048849    Name: Generic PnP Monitor    Hardware IDs:        MONITOR\SAM0C26    Compatible IDs:        *PNP09FFROOT\RDPBUS\0000    Name: Remote Desktop Device Redirector Bus    Hardware IDs:        ROOT\RDPBUSROOT\LEGACY_VOLMGRX\0000    Name: Dynamic Volume Manager    No hardware/compatible IDs found for this device.ROOT\LEGACY_QWAVEDRV\0000    Name: QWAVE driver    No hardware/compatible IDs found for this device.175 matching device(s) found.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL03\8&2F553E98&0&0002    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col03        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col03        HID\Vid_046D&Qid_2008&Col03        HID\Vid_046D&Class_0000011A&Col03        HID_DEVICE_SYSTEM_CONTROL        HID_DEVICE_UP:0001_U:0080        HID_DEVICEPCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01\3&172E68DD&0&FA    Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0    Hardware IDs:        PCI\VEN_8086&DEV_27C0&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C0&SUBSYS_02941028        PCI\VEN_8086&DEV_27C0&CC_01018F        PCI\VEN_8086&DEV_27C0&CC_0101    Compatible IDs:        PCI\VEN_8086&DEV_27C0&REV_01        PCI\VEN_8086&DEV_27C0        PCI\VEN_8086&CC_01018F        PCI\VEN_8086&CC_0101        PCI\VEN_8086        PCI\CC_01018F        PCI\CC_0101PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01\3&172E68DD&0&FB    Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA    Hardware IDs:        PCI\VEN_8086&DEV_27DA&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27DA&SUBSYS_02941028        PCI\VEN_8086&DEV_27DA&CC_0C0500        PCI\VEN_8086&DEV_27DA&CC_0C05    Compatible IDs:        PCI\VEN_8086&DEV_27DA&REV_01        PCI\VEN_8086&DEV_27DA        PCI\VEN_8086&CC_0C0500        PCI\VEN_8086&CC_0C05        PCI\VEN_8086        PCI\CC_0C0500        PCI\CC_0C05ACPI\PNP0B00\4&E5ACEE3&0    Name: System CMOS/real time clock    Hardware IDs:        ACPI\PNP0B00        *PNP0B00ROOT\LEGACY_BHDRVX86\0000    Name: BHDrvx86    No hardware/compatible IDs found for this device.ROOT\LEGACY_HWPOLICY\0000    Name: Hardware Policy Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_NDIS\0000    Name: NDIS System Driver    No hardware/compatible IDs found for this device.ROOT\RDP_KBD\0000    Name: Terminal Server Keyboard Driver    Hardware IDs:        ROOT\RDP_KBDROOT\LEGACY_VOLSNAP\0000    Name: Storage volumes    No hardware/compatible IDs found for this device.{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&HIDFILT\9&15DC7CD2&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOACPI\PNP0C01\B    Name: System board    Hardware IDs:        ACPI\PNP0C01        *PNP0C01ROOT\RDP_MOU\0000    Name: Terminal Server Mouse Driver    Hardware IDs:        ROOT\RDP_MOU{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01&HIDFILT\9&246DA2F9&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_NDPROXY\0000    Name: NDProxy    No hardware/compatible IDs found for this device.ROOT\LEGACY_IDSVIX86\0000    Name: IDSVix86    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL02\8&2F553E98&0&0001    Name: HID-compliant consumer control device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col02        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col02        HID\Vid_046D&Qid_2008&Col02        HID\Vid_046D&Class_0000011A&Col02        HID_DEVICE_SYSTEM_CONSUMER        HID_DEVICE_UP:000C_U:0001        HID_DEVICESTORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#00000021B7F00000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeSTORAGE\VOLUME\_??_USBSTOR#DISK&VEN_&PROD_&REV_PMAP#07014BFC32196C00&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}    Name: Generic volume    Hardware IDs:        STORAGE\VolumeACPI\PNP0C04\4&E5ACEE3&0    Name: Numeric data processor    Hardware IDs:        ACPI\PNP0C04        *PNP0C04ROOT\LEGACY_RDPCDD\0000    Name: RDPCDD    No hardware/compatible IDs found for this device.ROOT\LEGACY_WANARPV6\0000    Name: Remote Access IPv6 ARP Driver    No hardware/compatible IDs found for this device.ROOT\SYSTEM\0000    Name: Plug and Play Software Device Enumerator    Hardware IDs:        root\swenum{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A\7&1C628E59&0&02    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_2008        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_0000011A    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEROOT\LEGACY_IRPSYS\0000    Name: IrpSys    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01\3&172E68DD&0&E8    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8    Hardware IDs:        PCI\VEN_8086&DEV_27C8&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C8&SUBSYS_02941028        PCI\VEN_8086&DEV_27C8&CC_0C0300        PCI\VEN_8086&DEV_27C8&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27C8&REV_01        PCI\VEN_8086&DEV_27C8        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01\3&172E68DD&0&F9    Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF    Hardware IDs:        PCI\VEN_8086&DEV_27DF&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27DF&SUBSYS_02941028        PCI\VEN_8086&DEV_27DF&CC_01018A        PCI\VEN_8086&DEV_27DF&CC_0101    Compatible IDs:        PCI\VEN_8086&DEV_27DF&REV_01        PCI\VEN_8086&DEV_27DF        PCI\VEN_8086&CC_01018A        PCI\VEN_8086&CC_0101        PCI\VEN_8086        PCI\CC_01018A        PCI\CC_0101USB\VID_046D&PID_C52B&MI_02\6&79883F8&1&0002    Name: Logitech Unifying USB receiver    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_02        USB\VID_046D&PID_C52B&MI_02    Compatible IDs:        USB\Class_03&SubClass_00&Prot_00        USB\Class_03&SubClass_00        USB\Class_03SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC    Name: RAS Async Adapter    Hardware IDs:        SW\{eeab7790-c514-11d1-b42b-00805fc1270e}ROOT\UMBUS\0000    Name: UMBus Root Bus Enumerator    Hardware IDs:        root\umbusHID\VID_046D&PID_C52B&MI_01&COL03\7&932721B&0&0002    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col03        HID\VID_046D&PID_C52B&MI_01&Col03        HID_DEVICE_SYSTEM_CONTROL        HID_DEVICE_UP:0001_U:0080        HID_DEVICEROOT\LEGACY_RDPENCDD\0000    Name: RDP Encoder Mirror Driver    No hardware/compatible IDs found for this device.HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001\5&14AE15D4&0&0001    Name: NVIDIA High Definition Audio    Hardware IDs:        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38422619    Compatible IDs:        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&REV_1001        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&VEN_10DE&DEV_001C        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08&VEN_10DE        HDAUDIO\FUNC_01&CTLR_VEN_10DE&VEN_10DE        HDAUDIO\FUNC_01&VEN_10DE        HDAUDIO\FUNC_01&CTLR_VEN_10DE&CTLR_DEV_0E08        HDAUDIO\FUNC_01&CTLR_VEN_10DE        HDAUDIO\FUNC_01&GF&VEN_10DE&DEV_001C&SUBSYS_38422619&REV_1001        HDAUDIO\FUNC_01ACPI\PNP0C0C\2&DABA3FF&2    Name: ACPI Power Button    Hardware IDs:        ACPI\PNP0C0C        *PNP0C0CROOT\LEGACY_WDF01000\0000    Name: Kernel Mode Driver Frameworks service    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMEVENT\0000    Name: SymEvent    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL01\8&2F553E98&0&0000    Name: Logitech HID-compliant Unifying keyboard    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col01        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col01        HID\Vid_046D&Qid_2008&Col01        HID\Vid_046D&Class_0000011A&Col01        HID_DEVICE_SYSTEM_KEYBOARD        HID_DEVICE_UP:0001_U:0006        HID_DEVICE{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02\7&1C628E59&0&00    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICE{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04&HIDFILT\9&3471D9BA&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_KSECDD\0000    Name: KSecDD    No hardware/compatible IDs found for this device.ROOT\LEGACY_CCSET_NSBU\0000    Name: NSBU Settings Manager    No hardware/compatible IDs found for this device.ROOT\UNNAMED_DEVICE\0000    Name: NVIDIA Virtual Audio Device (Wave Extensible) (WDM)    Hardware IDs:        USB\VID_0955&PID_9000ROOT\LEGACY_NETBT\0000    Name: NETBT    No hardware/compatible IDs found for this device.ROOT\LEGACY_RDPREFMP\0000    Name: Reflector Display Driver used to gain access to graphics data    No hardware/compatible IDs found for this device.ACPI_HAL\PNP0C08\0    Name: Microsoft ACPI-Compliant System    Hardware IDs:        ACPI_HAL\PNP0C08        *PNP0C08ROOT\LEGACY_WFPLWF\0000    Name: WFP Lightweight Filter    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMIRON\0000    Name: Symantec Iron Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_KSECPKG\0000    Name: KSecPkg    No hardware/compatible IDs found for this device.ROOT\VDRVROOT\0000    Name: Microsoft Virtual Drive Enumerator Driver    Hardware IDs:        ROOT\vdrvrootSTORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000003F7C100000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeACPI\FIXEDBUTTON\2&DABA3FF&2    Name: ACPI Fixed Feature Button    Hardware IDs:        ACPI\FixedButton        *FixedButtonUSB\VID_046D&PID_C52B\5&2FA918A6&0&2    Name: USB Composite Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400        USB\VID_046D&PID_C52B    Compatible IDs:        USB\DevClass_00&SubClass_00&Prot_00        USB\DevClass_00&SubClass_00        USB\DevClass_00        USB\COMPOSITEPCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01\3&172E68DD&0&E9    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9    Hardware IDs:        PCI\VEN_8086&DEV_27C9&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27C9&SUBSYS_02941028        PCI\VEN_8086&DEV_27C9&CC_0C0300        PCI\VEN_8086&DEV_27C9&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27C9&REV_01        PCI\VEN_8086&DEV_27C9        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03USBSTOR\DISK&VEN_&PROD_&REV_PMAP\07014BFC32196C00&0    Name: USB Device    Hardware IDs:        USBSTOR\Disk________________________PMAP        USBSTOR\Disk________________________        USBSTOR\Disk________        USBSTOR\________________________P        ________________________P        USBSTOR\GenDisk        GenDisk    Compatible IDs:        USBSTOR\Disk        USBSTOR\RAWPCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A\3&172E68DD&0&00    Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0    Hardware IDs:        PCI\VEN_8086&DEV_29C0&SUBSYS_02941028&REV_0A        PCI\VEN_8086&DEV_29C0&SUBSYS_02941028        PCI\VEN_8086&DEV_29C0&CC_060000        PCI\VEN_8086&DEV_29C0&CC_0600    Compatible IDs:        PCI\VEN_8086&DEV_29C0&REV_0A        PCI\VEN_8086&DEV_29C0        PCI\VEN_8086&CC_060000        PCI\VEN_8086&CC_0600        PCI\VEN_8086        PCI\CC_060000        PCI\CC_0600ROOT\LEGACY_RSPNDR\0000    Name: Link-Layer Topology Discovery Responder    No hardware/compatible IDs found for this device.ROOT\LEGACY_SYMNETS\0000    Name: Symantec Network Security WFP Driver    No hardware/compatible IDs found for this device.ROOT\VOLMGR\0000    Name: Volume Manager    Hardware IDs:        ROOT\VOLMGR    Compatible IDs:        DETECTEDInternal\volmgr        DETECTED\volmgrROOT\LEGACY_LLTDIO\0000    Name: Link-Layer Topology Discovery Mapper I/O Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_CLFS\0000    Name: Common Log (CLFS)    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&MI_01&COL01\7&932721B&0&0000    Name: HID-compliant mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col01        HID\VID_046D&PID_C52B&MI_01&Col01        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICE{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004&MOUFILT\9&15DC7CD2&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOHDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004\4&2861DC50&0&0001    Name: High Definition Audio Device    Hardware IDs:        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280294    Compatible IDs:        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&REV_1004        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&VEN_11D4&DEV_194A        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8&VEN_11D4        HDAUDIO\FUNC_01&CTLR_VEN_8086&VEN_11D4        HDAUDIO\FUNC_01&VEN_11D4        HDAUDIO\FUNC_01&CTLR_VEN_8086&CTLR_DEV_27D8        HDAUDIO\FUNC_01&CTLR_VEN_8086        HDAUDIO\FUNC_01&GF&VEN_11D4&DEV_194A&SUBSYS_10280294&REV_1004        HDAUDIO\FUNC_01ROOT\LEGACY_SASDIFSV\0000    Name: SASDIFSV    No hardware/compatible IDs found for this device.ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_1    Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz    Hardware IDs:        ACPI\GenuineIntel_-_x86_Family_6_Model_23        *GenuineIntel_-_x86_Family_6_Model_23        ACPI\GenuineIntel_-_x86_Family_6        *GenuineIntel_-_x86_Family_6        ACPI\GenuineIntel_-_x86        *GenuineIntel_-_x86    Compatible IDs:        ACPI\ProcessorROOT\LEGACY_WINISOCDBUS\0000    Name: WinISO Virtual CD Drive    No hardware/compatible IDs found for this device.ROOT\LEGACY_NPF\0000    Name: NetGroup Packet Filter Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_TCPIP\0000    Name: TCP/IP Protocol Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_CNG\0000    Name: CNG    No hardware/compatible IDs found for this device.ROOT\LEGACY_ERASERUTILREBOOTDRV\0000    Name: EraserUtilRebootDrv    No hardware/compatible IDs found for this device.PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0108    Name: High Definition Audio Controller    Hardware IDs:        PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842&REV_A1        PCI\VEN_10DE&DEV_0E08&SUBSYS_26193842        PCI\VEN_10DE&DEV_0E08&CC_040300        PCI\VEN_10DE&DEV_0E08&CC_0403    Compatible IDs:        PCI\VEN_10DE&DEV_0E08&REV_A1        PCI\VEN_10DE&DEV_0E08        PCI\VEN_10DE&CC_040300        PCI\VEN_10DE&CC_0403        PCI\VEN_10DE        PCI\CC_040300        PCI\CC_0403ROOT\LEGACY_SASKUTIL\0000    Name: SASKUTIL    No hardware/compatible IDs found for this device.ROOT\LEGACY_TCPIPREG\0000    Name: TCP/IP Registry Compatibility    No hardware/compatible IDs found for this device.ROOT\LEGACY_CSC\0000    Name: Offline Files Driver    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01\3&172E68DD&0&EA    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA    Hardware IDs:        PCI\VEN_8086&DEV_27CA&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CA&SUBSYS_02941028        PCI\VEN_8086&DEV_27CA&CC_0C0300        PCI\VEN_8086&DEV_27CA&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CA&REV_01        PCI\VEN_8086&DEV_27CA        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03ROOT\LEGACY_WUDFPF\0000    Name: User Mode Driver Frameworks Platform Driver    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A\3&172E68DD&0&08    Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1    Hardware IDs:        PCI\VEN_8086&DEV_29C1&SUBSYS_02941028&REV_0A        PCI\VEN_8086&DEV_29C1&SUBSYS_02941028        PCI\VEN_8086&DEV_29C1&CC_060400        PCI\VEN_8086&DEV_29C1&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_29C1&REV_0A        PCI\VEN_8086&DEV_29C1        PCI\VEN_8086&CC_060400        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060400        PCI\CC_0604STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000005B61900000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeROOT\LEGACY_NSIPROXY\0000    Name: NSI proxy service driver.    No hardware/compatible IDs found for this device.UMB\UMB\1&841921D&0&IPBUSENUMROOT    Name: IPBusEnum Root Enumerator    Hardware IDs:        UMB\UMBUSROOT\LEGACY_SECDRV\0000    Name: Security Driver    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\8&B3F0984&0&0000    Name: Logitech HID-compliant Unifying Mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004        HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004        HID\Vid_046D&Qid_101B        HID\Vid_046D&Class_00000004        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICEROOT\LEGACY_TDX\0000    Name: NetIO Legacy TDI Support Driver    No hardware/compatible IDs found for this device.ROOT\MSSMBIOS\0000    Name: Microsoft System Management BIOS Driver    Hardware IDs:        ROOT\mssmbiosROOT\LEGACY_MOUNTMGR\0000    Name: Mount Point Manager    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\8&2EC074C9&0&0000    Name: Logitech HID-compliant Unifying Mouse    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004        HID\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004        HID\Vid_046D&Qid_101B        HID\Vid_046D&Class_00000004        HID_DEVICE_SYSTEM_MOUSE        HID_DEVICE_UP:0001_U:0002        HID_DEVICEUSB\VID_05E3&PID_0606\5&23532153&0&3    Name: Generic USB Hub    Hardware IDs:        USB\VID_05E3&PID_0606&REV_0702        USB\VID_05E3&PID_0606    Compatible IDs:        USB\Class_09&SubClass_00&Prot_00        USB\Class_09&SubClass_00        USB\Class_09ROOT\LEGACY_SIVDRIVER\0000    Name: SIV Kernel Driver    No hardware/compatible IDs found for this device.ROOT\MS_AGILEVPNMINIPORT\0000    Name: WAN Miniport (IKEv2)    Hardware IDs:        ms_agilevpnminiportROOT\LEGACY_TIB\0000    Name: Acronis TIB Manager    No hardware/compatible IDs found for this device.UMB\UMB\1&841921D&0&PRINTERBUSENUMERATOR    Name: UMBus Enumerator    Hardware IDs:        UMB\UMBUSPCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1\4&19E6FACB&0&0008    Name: NVIDIA GeForce GT 610    Hardware IDs:        PCI\VEN_10DE&DEV_104A&SUBSYS_26193842&REV_A1        PCI\VEN_10DE&DEV_104A&SUBSYS_26193842        PCI\VEN_10DE&DEV_104A&CC_030000        PCI\VEN_10DE&DEV_104A&CC_0300    Compatible IDs:        PCI\VEN_10DE&DEV_104A&REV_A1        PCI\VEN_10DE&DEV_104A        PCI\VEN_10DE&CC_030000        PCI\VEN_10DE&CC_0300        PCI\VEN_10DE        PCI\CC_030000        PCI\CC_0300PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01\3&172E68DD&0&EB    Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB    Hardware IDs:        PCI\VEN_8086&DEV_27CB&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CB&SUBSYS_02941028        PCI\VEN_8086&DEV_27CB&CC_0C0300        PCI\VEN_8086&DEV_27CB&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CB&REV_01        PCI\VEN_8086&DEV_27CB        PCI\VEN_8086&CC_0C0300        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0300        PCI\CC_0C03ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_23_-_INTEL(R)_CORE(TM)2_DUO_CPU_____E7600__@_3.06GHZ\_2    Name: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz    Hardware IDs:        ACPI\GenuineIntel_-_x86_Family_6_Model_23        *GenuineIntel_-_x86_Family_6_Model_23        ACPI\GenuineIntel_-_x86_Family_6        *GenuineIntel_-_x86_Family_6        ACPI\GenuineIntel_-_x86        *GenuineIntel_-_x86    Compatible IDs:        ACPI\ProcessorROOT\LEGACY_MPSDRV\0000    Name: Windows Firewall Authorization Driver    No hardware/compatible IDs found for this device.PCIIDE\IDECHANNEL\4&37A0EB9B&0&0    Name: ATA Channel 0    Hardware IDs:        Intel-27c0        Internal_IDE_Channel    Compatible IDs:        *PNP0600ROOT\LEGACY_NULL\0000    Name: Null    No hardware/compatible IDs found for this device.ROOT\LEGACY_TIB_MOUNTER\0000    Name: Acronis TIB Mounter    No hardware/compatible IDs found for this device.ROOT\LEGACY_DISCACHE\0000    Name: System Attribute Cache    No hardware/compatible IDs found for this device.ROOT\LEGACY_SNAPMAN\0000    Name: Acronis Snapshots Manager    No hardware/compatible IDs found for this device.ROOT\MS_L2TPMINIPORT\0000    Name: WAN Miniport (L2TP)    Hardware IDs:        ms_l2tpminiportUSB\VID_05E3&PID_0606\6&2A83A702&0&3    Name: Generic USB Hub    Hardware IDs:        USB\VID_05E3&PID_0606&REV_0702        USB\VID_05E3&PID_0606    Compatible IDs:        USB\Class_09&SubClass_00&Prot_00        USB\Class_09&SubClass_00        USB\Class_09{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&HIDFILT\9&28683C15&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOHID\VID_046D&PID_C52B&MI_01&COL04\7&932721B&0&0003    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col04        HID\VID_046D&PID_C52B&MI_01&Col04        HID_DEVICE_UP:FFBC_U:0088        HID_DEVICEUSB\VID_046D&PID_C52B&MI_00\6&79883F8&1&0000    Name: Logitech USB Input Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_00        USB\VID_046D&PID_C52B&MI_00    Compatible IDs:        USB\Class_03&SubClass_01&Prot_01        USB\Class_03&SubClass_01        USB\Class_03ROOT\LEGACY_DXGKRNL\0000    Name: LDDM Graphics Subsystem    No hardware/compatible IDs found for this device.PCIIDE\IDECHANNEL\4&37A0EB9B&0&1    Name: ATA Channel 1    Hardware IDs:        Intel-27c0        Internal_IDE_Channel    Compatible IDs:        *PNP0600HID\VID_046D&PID_C52B&REV_2400&MI_02&COL02\8&1E1004AE&0&0001    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Col02        HID\VID_046D&PID_C52B&MI_02&Col02        HID_DEVICE_UP:FF00_U:0002        HID_DEVICEROOT\MS_NDISWANBH\0000    Name: WAN Miniport (Network Monitor)    Hardware IDs:        ms_ndiswanbhROOT\LEGACY_PCW\0000    Name: Performance Counters for Windows Driver    No hardware/compatible IDs found for this device.PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10\4&14C53F59&0&00E0    Name: Broadcom NetLink (TM) Gigabit Ethernet    Hardware IDs:        PCI\VEN_14E4&DEV_1698&SUBSYS_02941028&REV_10        PCI\VEN_14E4&DEV_1698&SUBSYS_02941028        PCI\VEN_14E4&DEV_1698&CC_020000        PCI\VEN_14E4&DEV_1698&CC_0200    Compatible IDs:        PCI\VEN_14E4&DEV_1698&REV_10        PCI\VEN_14E4&DEV_1698        PCI\VEN_14E4&CC_020000        PCI\VEN_14E4&CC_0200        PCI\VEN_14E4        PCI\CC_020000        PCI\CC_0200PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01\3&172E68DD&0&EF    Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC    Hardware IDs:        PCI\VEN_8086&DEV_27CC&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27CC&SUBSYS_02941028        PCI\VEN_8086&DEV_27CC&CC_0C0320        PCI\VEN_8086&DEV_27CC&CC_0C03    Compatible IDs:        PCI\VEN_8086&DEV_27CC&REV_01        PCI\VEN_8086&DEV_27CC        PCI\VEN_8086&CC_0C0320        PCI\VEN_8086&CC_0C03        PCI\VEN_8086        PCI\CC_0C0320        PCI\CC_0C03ROOT\LEGACY_VBOXDRV\0000    Name: VirtualBox Service    No hardware/compatible IDs found for this device.ROOT\LEGACY_EECTRL\0000    Name: Symantec Eraser Control driver    No hardware/compatible IDs found for this device.ROOT\MS_NDISWANIP\0000    Name: WAN Miniport (IP)    Hardware IDs:        ms_ndiswanipUSB\ROOT_HUB\4&1DAF696F&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27C9&REV0001        USB\ROOT_HUB&VID8086&PID27C9        USB\ROOT_HUBROOT\LEGACY_SPLDR\0000    Name: Security Processor Loader Driver    No hardware/compatible IDs found for this device.ROOT\*ISATAP\0000    Name: Microsoft ISATAP Adapter    Hardware IDs:        *ISATAPROOT\LEGACY_PEAUTH\0000    Name: PEAUTH    No hardware/compatible IDs found for this device.ROOT\LEGACY_VBOXNETLWF\0000    Name: VirtualBox NDIS6 Bridged Networking Service    No hardware/compatible IDs found for this device.ROOT\*ISATAP\0001    Name: Microsoft ISATAP Adapter #2    Hardware IDs:        *ISATAPROOT\MS_NDISWANIPV6\0000    Name: WAN Miniport (IPv6)    Hardware IDs:        ms_ndiswanipv6ACPI\PNP0000\4&E5ACEE3&0    Name: Programmable interrupt controller    Hardware IDs:        ACPI\PNP0000        *PNP0000USB\ROOT_HUB\4&1E6538BA&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27CA&REV0001        USB\ROOT_HUB&VID8086&PID27CA        USB\ROOT_HUBHID\VID_046D&PID_C52B&MI_01&COL02\7&932721B&0&0001    Name: HID-compliant consumer control device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_01&Col02        HID\VID_046D&PID_C52B&MI_01&Col02        HID_DEVICE_SYSTEM_CONSUMER        HID_DEVICE_UP:000C_U:0001        HID_DEVICEROOT\ACPI_HAL\0000    Name: ACPI x86-based PC    Hardware IDs:        acpiapic    Compatible IDs:        DETECTEDInternal\ACPI_HAL        DETECTED\ACPI_HALROOT\LEGACY_VBOXUSBMON\0000    Name: VirtualBox USB Monitor Driver    No hardware/compatible IDs found for this device.ROOT\MS_PPPOEMINIPORT\0000    Name: WAN Miniport (PPPOE)    Hardware IDs:        ms_pppoeminiportROOT\LEGACY_SRTSPX\0000    Name: Symantec Real Time Storage Protection (PEL)    No hardware/compatible IDs found for this device.PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1\3&172E68DD&0&F0    Name: Intel(R) 82801 PCI Bridge - 244E    Hardware IDs:        PCI\VEN_8086&DEV_244E&SUBSYS_02941028&REV_E1        PCI\VEN_8086&DEV_244E&SUBSYS_02941028        PCI\VEN_8086&DEV_244E&CC_060401        PCI\VEN_8086&DEV_244E&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_244E&REV_E1        PCI\VEN_8086&DEV_244E        PCI\VEN_8086&CC_060401        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060401        PCI\CC_0604ACPI\PNP0100\4&E5ACEE3&0    Name: System timer    Hardware IDs:        ACPI\PNP0100        *PNP0100PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01\3&172E68DD&0&E0    Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0    Hardware IDs:        PCI\VEN_8086&DEV_27D0&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27D0&SUBSYS_02941028        PCI\VEN_8086&DEV_27D0&CC_060400        PCI\VEN_8086&DEV_27D0&CC_0604    Compatible IDs:        PCI\VEN_8086&DEV_27D0&REV_01        PCI\VEN_8086&DEV_27D0        PCI\VEN_8086&CC_060400        PCI\VEN_8086&CC_0604        PCI\VEN_8086        PCI\CC_060400        PCI\CC_0604{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_01&CLASS_00000004\7&1C628E59&0&01    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_01&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_01&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEUSB\VID_13FE&PID_4200\07014BFC32196C00    Name: USB Mass Storage Device    Hardware IDs:        USB\VID_13FE&PID_4200&REV_0100        USB\VID_13FE&PID_4200    Compatible IDs:        USB\Class_08&SubClass_06&Prot_50        USB\Class_08&SubClass_06        USB\Class_08USB\ROOT_HUB\4&32A4D9C0&0    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27CB&REV0001        USB\ROOT_HUB&VID8086&PID27CB        USB\ROOT_HUBROOT\BLBDRIVE\0000    Name: File as Volume Driver    Hardware IDs:        ROOT\BLBDRIVE    Compatible IDs:        DETECTEDInternal\blbdrive        DETECTED\blbdriveIDE\CDROMTSSTCORP_DVD+-RW_TS-H653G_______________DW30____\5&25147825&0&1.0.0    Name: TSSTcorp DVD+-RW TS-H653G ATA Device    Hardware IDs:        IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________DW30____        IDE\TSSTcorp_DVD+-RW_TS-H653G_______________DW30____        IDE\CdRomTSSTcorp_DVD+-RW_TS-H653G_______________        TSSTcorp_DVD+-RW_TS-H653G_______________DW30____        GenCdRom    Compatible IDs:        GenCdRomROOT\LEGACY_VGASAVE\0000    Name: VgaSave    No hardware/compatible IDs found for this device.ACPI\PNP0103\2&DABA3FF&2    Name: High precision event timer    Hardware IDs:        ACPI\PNP0103        *PNP0103ROOT\MS_PPTPMINIPORT\0000    Name: WAN Miniport (PPTP)    Hardware IDs:        ms_pptpminiportUSB\ROOT_HUB\4&84020FC&8    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB&VID8086&PID27C8&REV0001        USB\ROOT_HUB&VID8086&PID27C8        USB\ROOT_HUBROOT\COMPOSITEBUS\0000    Name: Composite Bus Enumerator    Hardware IDs:        ROOT\CompositeBus{C1FCC185-55B3-4E00-814B-C588A13525E1}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004&MOUFILT\9&28683C15&0&00    Name: Logitech Driver Interface    Hardware IDs:        LOGITECH_RAW_PDOROOT\LEGACY_MSISADRV\0000    Name: msisadrv    No hardware/compatible IDs found for this device.ROOT\LEGACY_PSCHED\0000    Name: QoS Packet Scheduler    No hardware/compatible IDs found for this device.USB\VID_046D&PID_C52B&MI_01\6&79883F8&1&0001    Name: USB Input Device    Hardware IDs:        USB\VID_046D&PID_C52B&REV_2400&MI_01        USB\VID_046D&PID_C52B&MI_01    Compatible IDs:        USB\Class_03&SubClass_01&Prot_02        USB\Class_03&SubClass_01        USB\Class_03ACPI\PNP0200\4&E5ACEE3&0    Name: Direct memory access controller    Hardware IDs:        ACPI\PNP0200        *PNP0200ROOT\MS_SSTPMINIPORT\0000    Name: WAN Miniport (SSTP)    Hardware IDs:        ms_sstpminiportROOT\LEGACY_FVEVOL\0000    Name: Bitlocker Drive Encryption Filter Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_AFD\0000    Name: Ancillary Function Driver for Winsock    No hardware/compatible IDs found for this device.USB\ROOT_HUB20\4&FE71044&1    Name: USB Root Hub    Hardware IDs:        USB\ROOT_HUB20&VID8086&PID27CC&REV0001        USB\ROOT_HUB20&VID8086&PID27CC        USB\ROOT_HUB20PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01\3&172E68DD&0&F8    Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8    Hardware IDs:        PCI\VEN_8086&DEV_27B8&SUBSYS_00000000&REV_01        PCI\VEN_8086&DEV_27B8&SUBSYS_00000000        PCI\VEN_8086&DEV_27B8&REV_01        PCI\VEN_8086&DEV_27B8        PCI\VEN_8086&DEV_27B8&CC_060100        PCI\VEN_8086&DEV_27B8&CC_0601    Compatible IDs:        PCI\VEN_8086&CC_060100        PCI\VEN_8086&CC_0601        PCI\VEN_8086        PCI\CC_060100        PCI\CC_0601PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01\3&172E68DD&0&D8    Name: High Definition Audio Controller    Hardware IDs:        PCI\VEN_8086&DEV_27D8&SUBSYS_02941028&REV_01        PCI\VEN_8086&DEV_27D8&SUBSYS_02941028        PCI\VEN_8086&DEV_27D8&CC_040300        PCI\VEN_8086&DEV_27D8&CC_0403    Compatible IDs:        PCI\VEN_8086&DEV_27D8&REV_01        PCI\VEN_8086&DEV_27D8        PCI\VEN_8086&CC_040300        PCI\VEN_8086&CC_0403        PCI\VEN_8086        PCI\CC_040300        PCI\CC_0403ROOT\LEGACY_PWDRVIO\0000    Name: pwdrvio    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&MI_00\7&9FDAA23&0&0000    Name: HID Keyboard Device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_00        HID\VID_046D&PID_C52B&MI_00        HID_DEVICE_SYSTEM_KEYBOARD        HID_DEVICE_UP:0001_U:0006        HID_DEVICEROOT\LEGACY_AMDKMDAG\0000    Name: amdkmdag    No hardware/compatible IDs found for this device.ROOT\LEGACY_HTTP\0000    Name: HTTP    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&QID_2008&WI_02&CLASS_0000011A&COL04\8&2F553E98&0&0003    Name: Logitech HID-compliant Unifying device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Qid_2008&WI_02&Class_0000011A&Col04        HID\VID_046D&PID_C52B&MI_02&Qid_2008&WI_02&Class_0000011A&Col04        HID\Vid_046D&Qid_2008&Col04        HID\Vid_046D&Class_0000011A&Col04        HID_DEVICE_UP:FFBC_U:0088        HID_DEVICEACPI\PNP0800\4&E5ACEE3&0    Name: System speaker    Hardware IDs:        ACPI\PNP0800        *PNP0800ROOT\NET\0000    Name: VirtualBox Host-Only Ethernet Adapter    Hardware IDs:        sun_vboxnetadpROOT\LEGACY_NAVENG\0000    Name: NAVENG    No hardware/compatible IDs found for this device.{A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&QID_101B&WI_03&CLASS_00000004\7&1C628E59&0&03    Name: Logitech HID-compliant Unifying device    Hardware IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&REV_2400&MI_02&Qid_101B&WI_03&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\VID_046D&PID_C52B&MI_02&Qid_101B&WI_03&Class_00000004        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Qid_101B        {A3535E08-EB26-49A9-8AE0-786ED1242812}\Vid_046D&Class_00000004    Compatible IDs:        {A3535E08-EB26-49A9-8AE0-786ED1242812}\LOGI_HID_DEVICEIDE\DISKCRUCIAL_CT512MX100SSD1__________________MU01____\5&125AC780&0&0.0.0    Name: Crucial_CT512MX100SSD1 ATA Device    Hardware IDs:        IDE\DiskCrucial_CT512MX100SSD1__________________MU01____        IDE\Crucial_CT512MX100SSD1__________________MU01____        IDE\DiskCrucial_CT512MX100SSD1__________________        Crucial_CT512MX100SSD1__________________MU01____        GenDisk    Compatible IDs:        GenDiskROOT\LEGACY_PWDSPIO\0000    Name: pwdspio    No hardware/compatible IDs found for this device.ROOT\LEGACY_STORFLT\0000    Name: Disk Virtual Machine Bus Acceleration Filter Driver    No hardware/compatible IDs found for this device.STORAGE\VOLUME\{CF4CCD24-DEFB-11E4-B388-806E6F6E6963}#0000000000100000    Name: Generic volume    Hardware IDs:        STORAGE\VolumeROOT\PRINTER\0000    Name: HP ENVY 4500 series    Hardware IDs:        mf\envy_4500_series&wsd&ip_printROOT\LEGACY_HWINFO32\0000    Name: HWiNFO32/64 Kernel Driver    No hardware/compatible IDs found for this device.ROOT\LEGACY_BEEP\0000    Name: Beep    No hardware/compatible IDs found for this device.HID\VID_046D&PID_C52B&REV_2400&MI_02&COL01\8&1E1004AE&0&0000    Name: HID-compliant device    Hardware IDs:        HID\VID_046D&PID_C52B&REV_2400&MI_02&Col01        HID\VID_046D&PID_C52B&MI_02&Col01        HID_DEVICE_UP:FF00_U:0001        HID_DEVICEROOT\LEGACY_NAVEX15\0000    Name: NAVEX15    No hardware/compatible IDs found for this device.ACPI\PNP0A03\4    Name: PCI bus    Hardware IDs:        ACPI\PNP0A03        *PNP0A03DISPLAY\SAM0C26\5&2814FC75&1&UID1048849    Name: Generic PnP Monitor    Hardware IDs:        MONITOR\SAM0C26    Compatible IDs:        *PNP09FFROOT\RDPBUS\0000    Name: Remote Desktop Device Redirector Bus    Hardware IDs:        ROOT\RDPBUSROOT\LEGACY_VOLMGRX\0000    Name: Dynamic Volume Manager    No hardware/compatible IDs found for this device.ROOT\LEGACY_QWAVEDRV\0000    Name: QWAVE driver    No hardware/compatible IDs found for this device.175 matching device(s) found.
    There is no need to go to command prompt. You can use a utility such as Aida64 to see all details in GUI. The problem is how to identify the part to fake. I guess it is easier to force a driver than fake the hardware information. If anyone tries and succeeds, we are interested to know about it.
      My Computer


  9. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #1909

    I have Aida Extreme edition and it doesn't give me what I think I need. Something unique to distinguish Gigabyte from let's say MSI with exactly same main chips. Than need to know what Realtec uses for deciding which UI/GUI to install and use for particular system. CODEC chip is a no brainer but it's only for CODEC chip.
    Only thing I can think of could be BIOS serial number. In my case its Award, it's serial number is readily readable and every MB manufacturer gets from Award a range of numbers to use. Some numerals designate manufacturer, some particular MB and some are unique to exactly that MB as serial number.
    There are some other (I don't know how) unique designations, like SLIC for instance.

    Latest Realtek HD Audio Driver Version [archive]-aida-slic1.jpg
    Latest Realtek HD Audio Driver Version [archive]-aida-tamg1.jpg
    Etc. etc.

    Biggest problem is finding what the heck does Realtec uses ????
      My Computers


  10. Posts : 10,311
    Wndows 10 Pro x64 release preview channel
       #1910

    Version 6.0.1.8023 is now available on the Microsoft Update Catalog. Windows 64-bit only at the moment.

    Microsoft Update Catalog
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:18.
Find Us




Windows 10 Forums