Jump to content

JiggaByte

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by JiggaByte

  1. When I open the kernel file (ntoskrnl.exe or the multi-processor) the image 10 which is supposed to be the main boot background is not there. There isn't even a #10 in the list. How am I supposed to edit the boot screen if that file isn't there? This is on a Corp edition of XP Pro I believe that I am making for work.

  2. I was wondering what I needed to change in the wpi.cmd script that came with WPI in order to get it to run from C:\Install\WPI instead of off a CD? The cd and font part have me really confused.

    What do I need to change in here:

    REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root.

    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:

    echo Found CD-Rom as drive %CDROM%

    REM Determine the WPI startup path.

    set WPIPATH=%SystemDrive%\Install\WPI

    echo WPI will run from %WPIPATH%

    REM Font installation - the easy way

    for /R %%i in ( *.ttf ) do (

    echo Installing font %%~ni.ttf

    copy /Y "%%~fi" "%windir%\Fonts" > nul

    "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul

    )

    Any help would be very much appreciated! Thanks :)

  3. I was wondering if there was a way to change the default background that loads when windows is first installed (Bliss.bmp) to install one of my own customized unattended install backgrounds as the default?

    I found out. save your new image that you want as your default background as a .jpg file and name it bliss.jpg then open your cmd prompt and navigate to where your bliss.jpg file is and run this command on it: makecab bliss.jpg Then it will make a file bliss.jp_ and you just copy that into your windows install files I386 folder and replace the existing one.

×
×
  • Create New...