The Family attribute of the Win32_Processor WMI class returns incorrect values for some processors that run on a Windows Server 2003-based computer (924779)



The information in this article applies to:

  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, Datacenter Edition
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Datacenter x64 Edition
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows Server 2003, Datacenter Edition for Itanium-based Systems

SYMPTOMS

The Family attribute of the Win32_Processor Windows Management Instrumentation (WMI) class returns incorrect values for some processors that run on a Microsoft Windows Server 2003-based computer. This class returns a value of 0xB9 (185) for the AMD64 Athlon 64 Processor family. The correct value is 0x83 (131).

CAUSE

The current AMD64 Family attribute value for the Win32_Processor class is hard-coded at 0xB9 (185). This value corresponds to the Intel Pentium M processor in the System Management BIOS (SMBIOS) Reference Specification standard.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Windows Server 2003 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must have Windows Server 2003 Service Pack 1 (SP1) installed to apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Windows Server 2003 with SP1, x86-based versions
File nameFile versionFile sizeDateTimePlatform
Cimwin32.dll5.2.3790.27811,372,16030-Aug-200614:34x86
Windows Server 2003 with SP1, Itanium-based versions
File nameFile versionFile sizeDateTimePlatform
Cimwin32.dll5.2.3790.27815,040,64030-Aug-200600:16IA-64
Windows Server 2003 with SP1, x64-based versions
File nameFile versionFile sizeDateTimePlatform
Cimwin32.dll5.2.3790.27812,351,61630-Aug-200600:16x64

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

This hotfix has corrected the following values to comply with the current SMBIOS Reference Specification standard:
18h (24) AMD Duron Processor Family
19h (25) K5 Family
1Ah (26) K6 Family
1Bh (27) K6-2
1Ch (28) K6-3
1Dh (29) AMD Athlon Processor Family
83h (131) AMD Athlon 64 Processor Family
To obtain the SMBIOS Reference Specification, visit the following Distributed Management Task Force (DMTF) Web site:For more information about the Win32_Processor class, visit the following Microsoft Web site:The Win32_Processor class does not distinguish among the following AMD families:
  • Athlon
  • Opteron
  • Sempron
  • Turion
After you apply this hotfix, all 64-bit AMD processors are identified by using a Family attribute value of 0x83 (131).

You can use the following Microsoft Visual Basic script to retrieve the Family attribute values of the processors that are installed on a computer.
set WMI = GetObject("winmgmts:\root\cimv2")
set colCPU = WMI.InstancesOf("Win32_Processor") 
for each objCPU in colCPU
	wscript.echo objCPU.DeviceID & " = " & objCPU.Family
next
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

Modification Type:MinorLast Reviewed:9/8/2006
Keywords:kbBug kbfix kbQFE kbhotfixserver kbpubtypekc KB924779 kbAudITPRO