Where Customization Begins 

  • Change Win7 Boot animation on Custom Install

 #26664  by Animeware
 13 May 2013, 12:21
Code: Select all@ECHO OFF

CD C:\Windows\WINBOOT\

start /min Boot.cmd

Start Info.cmd

EXIT


what format do I save this as for this? and how do i add the Win7BootUpdaterCmd.exe to where exactly?

Thanks....
 #26669  by Neuropass
 13 May 2013, 13:32
@Animeware
IiTz ShAnE™ » Sun Feb 17, 2013 9:43 am wrote:
First you will need the cmd version of Win 7 Boot Updater from here,

Code: Select allhttp://www.coderforlife.com/projects/win7boot/Win7BootUpdaterCmd.exe


Then you will need your new boot file in the bs7 file needed by the tool.

Now we need to create a cmd file that will start the process. I made one named FirstBoot.cmd and placed it in,

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

This is so when the user installs your OS it starts once logged in.


:thre:
 #27078  by Animeware
 24 Jun 2013, 22:09
Neuropass » Mon May 13, 2013 6:32 am wrote:@Animeware
IiTz ShAnE™ » Sun Feb 17, 2013 9:43 am wrote:
First you will need the cmd version of Win 7 Boot Updater from here,

Code: Select allhttp://www.coderforlife.com/projects/win7boot/Win7BootUpdaterCmd.exe


Then you will need your new boot file in the bs7 file needed by the tool.

Now we need to create a cmd file that will start the process. I made one named FirstBoot.cmd and placed it in,

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

This is so when the user installs your OS it starts once logged in.


:thre:



Thanks Pale :)