Posted February 1, 201411 yr Hi i want change boot animation in windows 7 i have 3 file boot.bs7install.batWin7BootUpdaterCmd.exe in install.bat i have this comand "Win7BootUpdaterCmd boot.bs7" i have put this 3 file in scripts folder and now?
March 30, 201410 yr Press Win+R and type CMD Then drag install bat to the Command prompt screen press enter and wait.
April 26, 201410 yr if you are reffering to "%WINDIR%\Setup\Scripts" in your wim file, this would not work. but if you add your command to a batch called "SetupComplete.cmd" instead, your command would be executed before first login SETUPCOMPLETE.CMD :@echo offREM change the windows boot screenstart "" /w "%~dp0win7bootupdatercmd.exe" boot.bs7REM delete working filesdel /f /q "%~dp0win7bootupdatercmd.exe"del /f /q "%~dp0boot.bs7"REM delete old source filesdel /f /q /a "c:\bootmgr~1"del /f /q "%systemroot%\system32\bootres~1.dll"del /f /q "%systemroot%\system32\winload~1.exe"del /f /q "%systemroot%\system32\winresume~1.exe"del /f /q "%systemroot%\system32\en-us\winload.exe~1.mui"del /f /q "%systemroot%\system32\en-us\winresume.exe~1.mui"exit change the drive letter in; del /f /q /a "c:\bootmgr~1" to the drive letter of your active bcd disk Edited April 26, 201410 yr by Profess0r1011000
May 16, 20159 yr I have Other.exe and bootupdater.exe.How I can run both them SetupComplete.cmd, but i want to run bootupdater.exe first with out any user prompt then loader.for only Other.exe here is my setupcomplete.cmd:@ECHO OFF%~dp0"Other.exe" /silent /preactivatecd %~dp0attrib -R -A -S -H *.*SHUTDOWN /R /T 5RMDIR /S /Q "%WINDIR%\Setup\Scripts"exitEdit: post edited after warning. Edited May 16, 20159 yr by greenworld
May 16, 20159 yr Windows loader is against forum rule one as it is a activation crack tool. Any further mention of it in any way will result in a ban. Any argument with this waning will also result in a ban.
September 11, 20159 yr Hi, If the drive letter is not confirmed, what should be written? Edited September 11, 20159 yr by greenworld
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.