my concern is creating a Winpe Multiprocessor image ,not 64 bit image
is there any flag in winPe build tools , which allows to decide the number of processors on target machine,
the actual problem i am facing is , i am not able to find the 2nd processor's information from SMBIOS tables (using WMI) with booting from WinPE CD , but the same can be fetched from Win2003 OS ,
thats why suspected that might be the WInPE image is a uniprocessor image , i tried replacing the HAL and kernal files in the windows PE disk. and it worked fine , but i wanted a proper solution for achiving the result,
can you tell me , is there any way of doing this?