The processors on a Windows device.
| Column | Description |
|---|---|
| DeviceGuid | The device that the processor belongs to. |
| AddressWidth | The processor address width in bits. |
| Availability | The availability and status of the device. For example, the Availability property indicates that the device is running and has full power (3), or is in a warning (4), test (5), degraded (10), or power save state (values 13-15 and 17). A value of 13 indicates that the device is known to be in a power save mode. |
| Caption | A one-line string describing the object. |
| CpuStatus | Specifies the current status of the processor. Changes in status arise from processor usage, not the physical condition of the processor. |
| CurrentClockSpeed | The current speed of this processor, in MHz. |
| Description | Description of the object. |
| ErrorCleared | Indicated if the error reported in LastErrorCode property is cleared (TRUE) or not (FALSE). |
| ErrorDescription | A free-form string supplying more information about the error recorded in LastErrorCode property, and information on any corrective actions that may be taken. |
| Family | The processor family type. For example, values include Pentium(R) processor with MMX(TM) technology (14) and 68040 (96)." |
| InstallDate | The date and time the object was installed. This property does not require a value to indicate that the object is installed. |
| L2CacheSize | Specifies the size of the processor's Level 2 cache. A Level 2 cache is an external memory area that has faster access times than the main RAM memory. |
| LastErrorCode | Captures the last error code reported by the logical device. |
| Manufacturer | Specifies the name of the processor's manufacturer. For example: GenuineSilicon. |
| MaxClockSpeed | The maximum speed (in MHz) of this processor. |
| Name | The label by which the object is known. |
| NumberOfCores | A Processor's total number of cores. For example, a dual core machine has NumberOfCores = 2. |
| NumberOfLogicalProcessors | Specifies the total number of logical processors. |
| ProcessorType | Specifies the processor's primary function. |
| Revision | The Revision property specifies the system's architecture-dependent revision level. The meaning of this value depends on the architecture of the processor. It contains the same values as the Version member. |
| SocketDesignation | The type of chip socket used on the circuit. For example: J202. |
| Status | The current status of an object. |
| SystemName | The scoping System's Name. |
| ThreadCount | The number of threads per processor socket. |