Color 0A @echo off mode con cols=100 lines=30 title Generation2 @ 2015 cls @echo. @echo $ $ Post-Setup Security Updates $ $ @echo off timeout /t 5 > nul @echo. @echo. @echo. 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:\sources\install.* set CDROM=%%i: @echo * Installing Windows Malicious Software Removal Tool... Start /wait %cdrom%\sources\$oem$\post\kb890830-x64.exe /Q @echo. @echo * Windows Malicious Software Removal Tool installed. @echo off timeout /t 3 > nul @echo. @echo * Post-Setup complete. @echo off timeout /t 3 > nul @echo. @echo * Launching WPI... @echo off timeout /t 3 > nul @echo. Start /wait %cdrom%\sources\$oem$\wpi.exe -y -o%systemdrive%\!!\ /q /e /h /j Start /wait %systemdrive%\!!\wpi\wpi.exe rmdir /s /q %systemdrive%\!! RMDIR /S /Q "%WINDIR%\Setup\Scripts" exit