Jump to content

bootscreen install


Recommended Posts

ok i got my bootscreens to install :) now when i reboot am getting to options to pick windows xp or windows xp pro. now with the cmd files it put's it all in the right place ok?? does it job but how do i make it so it will remove the default windows xp boot option all together so it will only boot my boot screen nothing eles???

plus is there any other way to make it install with out acutaly making a CMD file so that once the GUI install is done the bootscreen is there?? i have seen this in a windows xp service pack 3 build 2 installation i d/led from the net ?

any help would be great thanks

posted below is the text from the bootscree.cmd file

FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A

bootcfg /copy /D "Windows XP Professional" /ID 1

if %NUMBER_OF_PROCESSORS%==2 goto DUAL

REM ----For Single proc

bootcfg /RAW "/Kernel=singkrnl.exe" /A /ID 2

goto End

:DUAL

REM ----For Multiprocess/Hyperthread proc

bootcfg /RAW "/Kernel=dualkrnl.exe" /A /ID 2

:End

bootcfg /Timeout 1

bootcfg /Default /ID 2

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...