ComputerHardwareIdMicrosoftType Enumeration

Specifies a Computer Hardware Id (CHID) for ComputerHardwareIdFromMicrosoftHwIdTypeComputerHardwareIdMicrosoftType property.

Definition

Namespace: DevCase.Core.IO.Devices
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ComputerHardwareIdMicrosoftType

Remarks

https://docs.microsoft.com/en-us/windows-hardware/drivers/install/specifying-hardware-ids-for-a-computer

Use HardwareID-3 or HardwareID-4 as the first choice if the software matches a computer that has a specific make, family, and model. This allows a software to match the specified computer, which provides the most precise metadata for the computer.

Use HardwareID-5, as the second choice if the software covers the entire family of computers. In this case, the computer family is unique and is not branded with more than one product line.

Use HardwareID-6 or HardwareID-7 as the third choice if the software covers all of your computers or those computers with a specific enclosure type.

Members

HardwareID_0 0 HardwareID-0

Manufacturer + Family + Product Name + SKU Number + BIOS Vendor + BIOS Version + BIOS Major Release + BIOS Minor Release

HardwareID_1 1 HardwareID-1

Manufacturer + Family + Product Name + BIOS Vendor + BIOS Version + BIOS Major Release + BIOS Minor Release

HardwareID_2 2 HardwareID-2

Manufacturer + Product Name + BIOS Vendor + BIOS Version + BIOS Major Release + BIOS Minor Release

HardwareID_3 3 HardwareID-3

Manufacturer + Family + Product Name + SKU Number + Baseboard Manufacturer + Baseboard Product

HardwareID_4 4 HardwareID-4

Manufacturer + Family + Product Name + SKU Number

HardwareID_5 5 HardwareID-5

Manufacturer + Family + Product Name

HardwareID_6 6 HardwareID-6

Manufacturer + SKU Number + Baseboard Manufacturer + Baseboard Product

HardwareID_7 7 HardwareID-7

Manufacturer + SKU Number

HardwareID_8 8 HardwareID-8

Manufacturer + Product Name + Baseboard Manufacturer + Baseboard Product

HardwareID_9 9 HardwareID-9

Manufacturer + Product Name

HardwareID_10 10 HardwareID-10

Manufacturer + Family + Baseboard Manufacturer + Baseboard Product

HardwareID_11 11 HardwareID-11

Manufacturer + Family

HardwareID_12 12 HardwareID-12

Manufacturer + Enclosure Type

HardwareID_13 13 HardwareID-13

Manufacturer + Baseboard Manufacturer + Baseboard Product

HardwareID_14 14 HardwareID-14

Manufacturer

See Also