qbert79 Posted February 1, 2014 Posted February 1, 2014 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? Quote
Mitchylimy Posted March 30, 2014 Posted March 30, 2014 Press Win+R and type CMD Then drag install bat to the Command prompt screen press enter and wait. Quote
TRSyntax Posted April 26, 2014 Posted April 26, 2014 (edited) 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, 2014 by Profess0r1011000 Quote
greenworld Posted May 16, 2015 Posted May 16, 2015 (edited) 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, 2015 by greenworld Quote
Kelsenellenelvian Posted May 16, 2015 Posted May 16, 2015 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. Quote
greenworld Posted September 11, 2015 Posted September 11, 2015 (edited) Hi, If the drive letter is not confirmed, what should be written? Edited September 11, 2015 by greenworld Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.