Windows 2000 build 1991

5.0.1991.1
Build of Windows 2000
OS familyWindows NT
Version number5.0
Build number1991
Build revision1
Architecturex86

Windows 2000 build 1991 is a build of Windows 2000, which is referenced in both Windows XP's and Windows Server 2003's source code in NT\admin\wmi\wbem\providers\win32provider\providers\netadapter.cpp.

netadapter.cpp[edit | edit source]

	// in the event one of the descriptions is missing as with NT5 bld 1991
	if( t_csDescription.IsEmpty() )
	{
		t_csDescription = t_csDeviceID;
	}
	else if( t_csDeviceID.IsEmpty() )
	{
		t_csDeviceID = t_csDescription;
	}