Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Windows Bluetooth Device Enumeration #860

Open
KumarShankar92 opened this issue Oct 19, 2023 · 3 comments
Open

Issue with Windows Bluetooth Device Enumeration #860

KumarShankar92 opened this issue Oct 19, 2023 · 3 comments

Comments

@KumarShankar92
Copy link

Description:
I am encountering an issue with my Windows application where it is not providing accurate information about connected Bluetooth devices. Even when there is only one connected device, the application is listing numerous devices, and the "connected" field is empty.

Here are some key details about the problem:

Operating System: Windows 10
Bluetooth Device Enumeration: The application is displaying a long list of devices, including "Bluetooth LE Generic Attribute Service," "T2 Avrcp Transport," "Intel(R) Wireless Bluetooth(R)," and others, even when there is only one connected device. The "connected" field is not providing the correct information.
output:
[
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'T2 Avrcp Transport',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Intel(R) Wireless Bluetooth(R)',
manufacturer: 'Intel Corporation',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Microsoft Bluetooth Enumerator',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Device Information Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth Device (RFCOMM Protocol TDI)',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
{
device: null,
name: 'Bluetooth LE Generic Attribute Service',
manufacturer: 'Microsoft',
macDevice: null,
macHost: null,
batteryPercent: null,
type: '',
connected: null
},
]

@sebhildebrandt
Copy link
Owner

@KumarShankar92 can you run the following code in Powershell and post the output here?

Get-CimInstance Win32_PNPEntity | select PNPClass, Name, Manufacturer | fl

The data systeminformation gets should be exactly what you see in this command.

Btw: connected: null means (like all null values in systeminformation) that we have no information about that. Thank you in advance.

@KumarShankar92
Copy link
Author

Get-CimInstance Win32_PNPEntity | select PNPClass, Name, Manufacturer | fl

PNPClass : Bluetooth
Name : T2 Avrcp Transport
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Software Guard Extensions Device
Manufacturer : Intel

PNPClass : SoftwareComponent
Name : Intel(R) Software Guard Extensions Software
Manufacturer : Intel Corporation

PNPClass : Monitor
Name : Generic PnP Monitor
Manufacturer : (Standard monitor types)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft ACPI-Compliant Embedded Controller
Manufacturer : (Standard system devices)

PNPClass : Battery
Name : Microsoft ACPI-Compliant Control Method Battery
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Serial IO I2C Host Controller - 9D61
Manufacturer : Intel Corporation

PNPClass : System
Name : ACPI Processor Aggregator
Manufacturer : (Standard system devices)

PNPClass : PrintQueue
Name : Root Print Queue
Manufacturer : Microsoft

PNPClass : System
Name : Detection Verification
Manufacturer : Intel(R) Corporation

PNPClass : HIDClass
Name : Dell Touchpad
Manufacturer : ALPSALPINE

PNPClass : System
Name : System timer
Manufacturer : (Standard system devices)

PNPClass : System
Name : Volume Manager
Manufacturer : Microsoft

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Legacy device
Manufacturer : Intel

PNPClass : System
Name : Intel(R) Dynamic Tuning Manager
Manufacturer : Intel

PNPClass : Net
Name : Intel(R) Dual Band Wireless-AC 8265
Manufacturer : Intel Corporation

PNPClass : Net
Name : WAN Miniport (PPPOE)
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : HP 240/245 Bluetooth Mouse
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Basic Display Driver
Manufacturer : (Standard display types)

PNPClass : System
Name : Intel(R) Xeon(R) E3 - 1200 v6/7th Gen Intel(R) Core(TM) Host Bridge/DRAM Registers - 5904
Manufacturer : INTEL

PNPClass : System
Name : ACPI Thermal Zone
Manufacturer : (Standard system devices)

PNPClass : System
Name : ACPI Sleep Button
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : Net
Name : VirtualBox Host-Only Ethernet Adapter
Manufacturer : Oracle Corporation

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft RRAS Root Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Graphics Control Panel
Manufacturer : Intel Corporation

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PCI Express Root Port #3 - 9D12
Manufacturer : INTEL

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : Net
Name : VMware Virtual Ethernet Adapter for VMnet1
Manufacturer : VMware, Inc.

PNPClass : Net
Name : VMware Virtual Ethernet Adapter for VMnet8
Manufacturer : VMware, Inc.

PNPClass : System
Name : T2 Hands-Free AG
Manufacturer : Microsoft

PNPClass : UCM
Name : UCM-UCSI ACPI Device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (PPTP)
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Hyper-V Virtualization Infrastructure Driver
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : High precision event timer
Manufacturer : (Standard system devices)

PNPClass : Net
Name : WAN Miniport (IKEv2)
Manufacturer : Microsoft

PNPClass : Net
Name : Intel(R) Ethernet Connection (4) I219-LM
Manufacturer : Intel

PNPClass : System
Name : Composite Bus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Virtual Drive Enumerator
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Intel(R) Wireless Bluetooth(R)
Manufacturer : Intel Corporation

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : Battery
Name : Microsoft AC Adapter
Manufacturer : Microsoft

PNPClass : SCSIAdapter
Name : Microsoft Storage Spaces Controller
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Bluetooth
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) iCLS Client
Manufacturer : Intel

PNPClass : HIDClass
Name : HID-compliant vendor-defined device
Manufacturer : (Standard system devices)

PNPClass : Bluetooth
Name : Microsoft Bluetooth Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Kernel Debug Network Adapter
Manufacturer : Microsoft

PNPClass : Camera
Name : Integrated Webcam
Manufacturer : Realtek

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : PrintQueue
Name : Microsoft XPS Document Writer
Manufacturer : Microsoft

PNPClass : VolumeSnapshot
Name : Generic volume shadow copy
Manufacturer : Microsoft

PNPClass : VolumeSnapshot
Name : Generic volume shadow copy
Manufacturer : Microsoft

PNPClass : AudioEndpoint
Name : Speakers / Headphones (Realtek Audio)
Manufacturer : Microsoft

PNPClass : PrintQueue
Name : OneNote for Windows 10
Manufacturer : Microsoft

PNPClass : HIDClass
Name : I2C HID Device
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : ACPI Lid
Manufacturer : (Standard system devices)

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : Keyboard
Name : Standard PS/2 Keyboard
Manufacturer : (Standard keyboards)

PNPClass : SoftwareComponent
Name : Generic software component
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Bluetooth Device (RFCOMM Protocol TDI)
Manufacturer : Microsoft

PNPClass : Net
Name : Bluetooth Device (Personal Area Network)
Manufacturer : Microsoft

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PMC - 9D21
Manufacturer : INTEL

PNPClass : Biometric
Name : Windows Hello Face Software Device
Manufacturer : Windows Hello Face

PNPClass : MEDIA
Name : Realtek Audio
Manufacturer : Realtek

PNPClass : System
Name : Intel(R) Serial IO I2C Host Controller - 9D60
Manufacturer : Intel Corporation

PNPClass : Firmware
Name : System Firmware
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Wi-Fi Direct Virtual Adapter
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Wi-Fi Direct Virtual Adapter #2
Manufacturer : Microsoft

PNPClass : System
Name : UMBus Root Bus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Charge Arbitration Driver
Manufacturer : (Standard system devices)

PNPClass : System
Name : System CMOS/real time clock
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : AudioEndpoint
Name : Microphone Array (Realtek Audio)
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft Radio Device Enumeration Bus
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Smart Sound Technology (Intel(R) SST) Audio Controller
Manufacturer : Intel(R) Corporation

PNPClass : DiskDrive
Name : SanDisk SD8SN8U-256G-1006
Manufacturer : (Standard disk drives)

PNPClass : SoftwareDevice
Name : Microsoft Device Association Root Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Graphics Command Center
Manufacturer : Intel Corporation

PNPClass : Computer
Name : ACPI x64-based PC
Manufacturer : (Standard computers)

PNPClass : HIDClass
Name : Microsoft Input Configuration Device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (Network Monitor)
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (IP)
Manufacturer : Microsoft

PNPClass : System
Name : PCI Express Root Complex
Manufacturer : (Standard system devices)

PNPClass : Keyboard
Name : HID Keyboard Device
Manufacturer : (Standard keyboards)

PNPClass : Bluetooth
Name : Device Information Service
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Smart Sound Technology (Intel(R) SST) OED
Manufacturer : Intel(R) Corporation

PNPClass : System
Name : ACPI Power Button
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft ACPI-Compliant System
Manufacturer : Microsoft

PNPClass :
Name :
Manufacturer :

PNPClass : Bluetooth
Name : T2 Avrcp Transport
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Basic Render Driver
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop Camera Bus
Manufacturer : Microsoft

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (SSTP)
Manufacturer : Microsoft

PNPClass : USB
Name : USB Root Hub (USB 3.0)
Manufacturer : (Standard USB HUBs)

PNPClass : System
Name : Microsoft UEFI-Compliant System
Manufacturer : Microsoft

PNPClass : MEDIA
Name : T2 Hands-Free AG Audio
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : T2
Manufacturer : Microsoft

PNPClass : System
Name : ACPI Fixed Feature Button
Manufacturer : (Standard system devices)

PNPClass : USB
Name : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Manufacturer : Generic USB xHCI Host Controller

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O SMBUS - 9D23
Manufacturer : INTEL

PNPClass : PrintQueue
Name : Fax
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Processor Participant
Manufacturer : Intel

PNPClass : System
Name : Intel(R) Power Engine Plug-in
Manufacturer : Intel Corporation

PNPClass : System
Name : VMware VMCI Host Device
Manufacturer : VMware, Inc.

PNPClass : HIDClass
Name : HID-compliant consumer control device
Manufacturer : Microsoft

PNPClass : MTD
Name : Realtek PCIE CardReader
Manufacturer : Realtek Semiconductor Corp.

PNPClass : Camera
Name : Integrated Webcam
Manufacturer : Realtek

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : MEDIA
Name : Intel(R) Display Audio
Manufacturer : Intel(R) Corporation

PNPClass : USB
Name : USB Composite Device
Manufacturer : (Standard USB Host Controller)

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft GS Wavetable Synth
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Intel(R) HID Event Filter
Manufacturer : Intel(R) Corporation

PNPClass : Bluetooth
Name : Generic Access Profile
Manufacturer : Microsoft

PNPClass : PrintQueue
Name : Microsoft Print to PDF
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop USB Hub
Manufacturer : (Standard system devices)

PNPClass : HIDClass
Name : HID-compliant wireless radio controls
Manufacturer : (Standard system devices)

PNPClass : System
Name : Programmable interrupt controller
Manufacturer : (Standard system devices)

PNPClass : System
Name : NDIS Virtual Network Adapter Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Management Engine WMI Provider
Manufacturer : Intel

PNPClass : SoftwareComponent
Name : Intel(R) Dynamic Application Loader Host Interface
Manufacturer : Intel

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O Thermal subsystem - 9D31
Manufacturer : INTEL

PNPClass : Display
Name : Intel(R) HD Graphics 620
Manufacturer : Intel Corporation

PNPClass : System
Name : Mobile 7th Generation Intel(R) Processor Family I/O LPC Controller (U with iHDCP2.2 Premium) - 9D4E
Manufacturer : INTEL

PNPClass : SoftwareDevice
Name : Rts-DMFT-Group
Manufacturer : Microsoft

PNPClass : MEDIA
Name : T2 Stereo
Manufacturer : Microsoft

PNPClass : HIDClass
Name : AlpsAlpine Virtual HID Device
Manufacturer : AlpsAlpine

PNPClass : Keyboard
Name : HID Keyboard Device
Manufacturer : (Standard keyboards)

PNPClass : HIDClass
Name : HID-compliant touch pad
Manufacturer : (Standard system devices)

PNPClass : System
Name : Intel(R) Management Engine Interface #1
Manufacturer : Intel

PNPClass : System
Name : Microsoft System Management BIOS Driver
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : SoftwareDevice
Name : Wi-Fi
Manufacturer : Microsoft

PNPClass : HIDClass
Name : HID-compliant system controller
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Bluetooth Low Energy GATT compliant HID device
Manufacturer : Microsoft

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Plug and Play Software Device Enumerator
Manufacturer : (Standard system devices)

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PCI Express Root Port #1 - 9D10
Manufacturer : INTEL

PNPClass : HIDClass
Name : Converted Portable Device Control device
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop Device Redirector Bus
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Portable Device Control device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (IPv6)
Manufacturer : Microsoft

PNPClass : System
Name : STMicroelectronics 3-Axis Digital Accelerometer
Manufacturer : STMicroelectronics

PNPClass : SCSIAdapter
Name : Intel(R) Chipset SATA/PCIe RST Premium Controller
Manufacturer : Intel Corporation

PNPClass : Bluetooth
Name : Microsoft Bluetooth LE Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (L2TP)
Manufacturer : Microsoft

PS C:\Users\Shankar> Get-CimInstance Win32_PNPEntity | select PNPClass, Name, Manufacturer | fl

PNPClass : Bluetooth
Name : T2 Avrcp Transport
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Software Guard Extensions Device
Manufacturer : Intel

PNPClass : SoftwareComponent
Name : Intel(R) Software Guard Extensions Software
Manufacturer : Intel Corporation

PNPClass : Monitor
Name : Generic PnP Monitor
Manufacturer : (Standard monitor types)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft ACPI-Compliant Embedded Controller
Manufacturer : (Standard system devices)

PNPClass : Battery
Name : Microsoft ACPI-Compliant Control Method Battery
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Serial IO I2C Host Controller - 9D61
Manufacturer : Intel Corporation

PNPClass : System
Name : ACPI Processor Aggregator
Manufacturer : (Standard system devices)

PNPClass : PrintQueue
Name : Root Print Queue
Manufacturer : Microsoft

PNPClass : System
Name : Detection Verification
Manufacturer : Intel(R) Corporation

PNPClass : HIDClass
Name : Dell Touchpad
Manufacturer : ALPSALPINE

PNPClass : System
Name : System timer
Manufacturer : (Standard system devices)

PNPClass : System
Name : Volume Manager
Manufacturer : Microsoft

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Legacy device
Manufacturer : Intel

PNPClass : System
Name : Intel(R) Dynamic Tuning Manager
Manufacturer : Intel

PNPClass : Net
Name : Intel(R) Dual Band Wireless-AC 8265
Manufacturer : Intel Corporation

PNPClass : Net
Name : WAN Miniport (PPPOE)
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : HP 240/245 Bluetooth Mouse
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Basic Display Driver
Manufacturer : (Standard display types)

PNPClass : System
Name : Intel(R) Xeon(R) E3 - 1200 v6/7th Gen Intel(R) Core(TM) Host Bridge/DRAM Registers - 5904
Manufacturer : INTEL

PNPClass : System
Name : ACPI Thermal Zone
Manufacturer : (Standard system devices)

PNPClass : System
Name : ACPI Sleep Button
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : Net
Name : VirtualBox Host-Only Ethernet Adapter
Manufacturer : Oracle Corporation

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft RRAS Root Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Graphics Control Panel
Manufacturer : Intel Corporation

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PCI Express Root Port #3 - 9D12
Manufacturer : INTEL

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : Net
Name : VMware Virtual Ethernet Adapter for VMnet1
Manufacturer : VMware, Inc.

PNPClass : Net
Name : VMware Virtual Ethernet Adapter for VMnet8
Manufacturer : VMware, Inc.

PNPClass : System
Name : T2 Hands-Free AG
Manufacturer : Microsoft

PNPClass : UCM
Name : UCM-UCSI ACPI Device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (PPTP)
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Hyper-V Virtualization Infrastructure Driver
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : High precision event timer
Manufacturer : (Standard system devices)

PNPClass : Net
Name : WAN Miniport (IKEv2)
Manufacturer : Microsoft

PNPClass : Net
Name : Intel(R) Ethernet Connection (4) I219-LM
Manufacturer : Intel

PNPClass : System
Name : Composite Bus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Virtual Drive Enumerator
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Intel(R) Wireless Bluetooth(R)
Manufacturer : Intel Corporation

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : Battery
Name : Microsoft AC Adapter
Manufacturer : Microsoft

PNPClass : SCSIAdapter
Name : Microsoft Storage Spaces Controller
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Bluetooth
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) iCLS Client
Manufacturer : Intel

PNPClass : HIDClass
Name : HID-compliant vendor-defined device
Manufacturer : (Standard system devices)

PNPClass : Bluetooth
Name : Microsoft Bluetooth Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Kernel Debug Network Adapter
Manufacturer : Microsoft

PNPClass : Camera
Name : Integrated Webcam
Manufacturer : Realtek

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : Processor
Name : Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
Manufacturer : Intel

PNPClass : PrintQueue
Name : Microsoft XPS Document Writer
Manufacturer : Microsoft

PNPClass : VolumeSnapshot
Name : Generic volume shadow copy
Manufacturer : Microsoft

PNPClass : VolumeSnapshot
Name : Generic volume shadow copy
Manufacturer : Microsoft

PNPClass : AudioEndpoint
Name : Speakers / Headphones (Realtek Audio)
Manufacturer : Microsoft

PNPClass : PrintQueue
Name : OneNote for Windows 10
Manufacturer : Microsoft

PNPClass : HIDClass
Name : I2C HID Device
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : ACPI Lid
Manufacturer : (Standard system devices)

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : System
Name : Intel(R) Dynamic Tuning Generic Participant
Manufacturer : Intel

PNPClass : Keyboard
Name : Standard PS/2 Keyboard
Manufacturer : (Standard keyboards)

PNPClass : SoftwareComponent
Name : Generic software component
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : Bluetooth Device (RFCOMM Protocol TDI)
Manufacturer : Microsoft

PNPClass : Net
Name : Bluetooth Device (Personal Area Network)
Manufacturer : Microsoft

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PMC - 9D21
Manufacturer : INTEL

PNPClass : Biometric
Name : Windows Hello Face Software Device
Manufacturer : Windows Hello Face

PNPClass : MEDIA
Name : Realtek Audio
Manufacturer : Realtek

PNPClass : System
Name : Intel(R) Serial IO I2C Host Controller - 9D60
Manufacturer : Intel Corporation

PNPClass : Firmware
Name : System Firmware
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Wi-Fi Direct Virtual Adapter
Manufacturer : Microsoft

PNPClass : Net
Name : Microsoft Wi-Fi Direct Virtual Adapter #2
Manufacturer : Microsoft

PNPClass : System
Name : UMBus Root Bus Enumerator
Manufacturer : Microsoft

PNPClass : System
Name : Charge Arbitration Driver
Manufacturer : (Standard system devices)

PNPClass : System
Name : System CMOS/real time clock
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : AudioEndpoint
Name : Microphone Array (Realtek Audio)
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft Radio Device Enumeration Bus
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Smart Sound Technology (Intel(R) SST) Audio Controller
Manufacturer : Intel(R) Corporation

PNPClass : DiskDrive
Name : SanDisk SD8SN8U-256G-1006
Manufacturer : (Standard disk drives)

PNPClass : SoftwareDevice
Name : Microsoft Device Association Root Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Graphics Command Center
Manufacturer : Intel Corporation

PNPClass : Computer
Name : ACPI x64-based PC
Manufacturer : (Standard computers)

PNPClass : HIDClass
Name : Microsoft Input Configuration Device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (Network Monitor)
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (IP)
Manufacturer : Microsoft

PNPClass : System
Name : PCI Express Root Complex
Manufacturer : (Standard system devices)

PNPClass : Keyboard
Name : HID Keyboard Device
Manufacturer : (Standard keyboards)

PNPClass : Bluetooth
Name : Device Information Service
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Smart Sound Technology (Intel(R) SST) OED
Manufacturer : Intel(R) Corporation

PNPClass : System
Name : ACPI Power Button
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft ACPI-Compliant System
Manufacturer : Microsoft

PNPClass :
Name :
Manufacturer :

PNPClass : Bluetooth
Name : T2 Avrcp Transport
Manufacturer : Microsoft

PNPClass : System
Name : Microsoft Basic Render Driver
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop Camera Bus
Manufacturer : Microsoft

PNPClass : System
Name : UMBus Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (SSTP)
Manufacturer : Microsoft

PNPClass : USB
Name : USB Root Hub (USB 3.0)
Manufacturer : (Standard USB HUBs)

PNPClass : System
Name : Microsoft UEFI-Compliant System
Manufacturer : Microsoft

PNPClass : MEDIA
Name : T2 Hands-Free AG Audio
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : Bluetooth
Name : T2
Manufacturer : Microsoft

PNPClass : System
Name : ACPI Fixed Feature Button
Manufacturer : (Standard system devices)

PNPClass : USB
Name : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Manufacturer : Generic USB xHCI Host Controller

PNPClass : Bluetooth
Name : Bluetooth LE Generic Attribute Service
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O SMBUS - 9D23
Manufacturer : INTEL

PNPClass : PrintQueue
Name : Fax
Manufacturer : Microsoft

PNPClass : Mouse
Name : HID-compliant mouse
Manufacturer : Microsoft

PNPClass : System
Name : Intel(R) Dynamic Tuning Processor Participant
Manufacturer : Intel

PNPClass : System
Name : Intel(R) Power Engine Plug-in
Manufacturer : Intel Corporation

PNPClass : System
Name : VMware VMCI Host Device
Manufacturer : VMware, Inc.

PNPClass : HIDClass
Name : HID-compliant consumer control device
Manufacturer : Microsoft

PNPClass : MTD
Name : Realtek PCIE CardReader
Manufacturer : Realtek Semiconductor Corp.

PNPClass : Camera
Name : Integrated Webcam
Manufacturer : Realtek

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : MEDIA
Name : Intel(R) Display Audio
Manufacturer : Intel(R) Corporation

PNPClass : USB
Name : USB Composite Device
Manufacturer : (Standard USB Host Controller)

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : SoftwareDevice
Name : Microsoft GS Wavetable Synth
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Intel(R) HID Event Filter
Manufacturer : Intel(R) Corporation

PNPClass : Bluetooth
Name : Generic Access Profile
Manufacturer : Microsoft

PNPClass : PrintQueue
Name : Microsoft Print to PDF
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop USB Hub
Manufacturer : (Standard system devices)

PNPClass : HIDClass
Name : HID-compliant wireless radio controls
Manufacturer : (Standard system devices)

PNPClass : System
Name : Programmable interrupt controller
Manufacturer : (Standard system devices)

PNPClass : System
Name : NDIS Virtual Network Adapter Enumerator
Manufacturer : Microsoft

PNPClass : SoftwareComponent
Name : Intel(R) Management Engine WMI Provider
Manufacturer : Intel

PNPClass : SoftwareComponent
Name : Intel(R) Dynamic Application Loader Host Interface
Manufacturer : Intel

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O Thermal subsystem - 9D31
Manufacturer : INTEL

PNPClass : Display
Name : Intel(R) HD Graphics 620
Manufacturer : Intel Corporation

PNPClass : System
Name : Mobile 7th Generation Intel(R) Processor Family I/O LPC Controller (U with iHDCP2.2 Premium) - 9D4E
Manufacturer : INTEL

PNPClass : SoftwareDevice
Name : Rts-DMFT-Group
Manufacturer : Microsoft

PNPClass : MEDIA
Name : T2 Stereo
Manufacturer : Microsoft

PNPClass : HIDClass
Name : AlpsAlpine Virtual HID Device
Manufacturer : AlpsAlpine

PNPClass : Keyboard
Name : HID Keyboard Device
Manufacturer : (Standard keyboards)

PNPClass : HIDClass
Name : HID-compliant touch pad
Manufacturer : (Standard system devices)

PNPClass : System
Name : Intel(R) Management Engine Interface #1
Manufacturer : Intel

PNPClass : System
Name : Microsoft System Management BIOS Driver
Manufacturer : (Standard system devices)

PNPClass : System
Name : Motherboard resources
Manufacturer : (Standard system devices)

PNPClass : SoftwareDevice
Name : Wi-Fi
Manufacturer : Microsoft

PNPClass : HIDClass
Name : HID-compliant system controller
Manufacturer : (Standard system devices)

PNPClass : System
Name : Microsoft Windows Management Interface for ACPI
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Bluetooth Low Energy GATT compliant HID device
Manufacturer : Microsoft

PNPClass : Volume
Name : Volume
Manufacturer : Microsoft

PNPClass : System
Name : Plug and Play Software Device Enumerator
Manufacturer : (Standard system devices)

PNPClass : System
Name : Mobile 6th/7th Generation Intel(R) Processor Family I/O PCI Express Root Port #1 - 9D10
Manufacturer : INTEL

PNPClass : HIDClass
Name : Converted Portable Device Control device
Manufacturer : Microsoft

PNPClass : System
Name : Remote Desktop Device Redirector Bus
Manufacturer : Microsoft

PNPClass : HIDClass
Name : Portable Device Control device
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (IPv6)
Manufacturer : Microsoft

PNPClass : System
Name : STMicroelectronics 3-Axis Digital Accelerometer
Manufacturer : STMicroelectronics

PNPClass : SCSIAdapter
Name : Intel(R) Chipset SATA/PCIe RST Premium Controller
Manufacturer : Intel Corporation

PNPClass : Bluetooth
Name : Microsoft Bluetooth LE Enumerator
Manufacturer : Microsoft

PNPClass : Net
Name : WAN Miniport (L2TP)
Manufacturer : Microsoft

@sebhildebrandt
Copy link
Owner

@KumarShankar92 thank you!! This is very helpful. I will try to find a solution/fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants