CLS @echo off TITLE -+-Nabukodonosor-+- Windows XP PRO SP1 automatizovana instalacija ECHO. ECHO U sledecih nekoliko minuta videcete automatizovanu instalaciju WindowsXP-a, ECHO sa razlicitim softverskim aplikacijama, windows update-ovima, i registry ECHO tweak-ovima. Racunar ce se automatski restartovati ECHO kada ceo proces bude zavrsen! ECHO Removing useless shortcuts... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk" ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\Install\RegTweaks.reg ECHO Installing Tweak UI ECHO Please wait... start /wait %systemdrive%\install\Apps\TweakUI.exe /s /v/qn ECHO. ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT