January 3, 200818 yr Hey Guys Is there a way to do unattended the installation of the boot screen in all the PC I know how to do it unattended for one and two kernels but now with this Quad core is so rare :S...I used this methodbootcfg /copy /D "Windows XP Professional" /ID 1if %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=singkrnl.exe" /A /ID 2goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /RAW "/Kernel=dualkrnl.exe" /A /ID 2:Endbootcfg /Timeout 2bootcfg /Default /ID 2but now..how do I do for new pcs with Quad Core
January 3, 200818 yr The kernel for more than one core is the same irrespective of the number of cores.just replace the == with >= in the second line Edited January 3, 200818 yr by Innocent Devil
Create an account or sign in to comment