dodgy Posted March 1, 2004 Posted March 1, 2004 I have lost were to put batch_file.cmd and bootlogo.cmd after changing myafter reading gosh's web pages. I hope someone can spotmy mistake as every thing worked befour i change thing.batch_file.cmdCLS@echo offTITLE Windows XP SP1 - Unattended Installation1365VidChng.exe 1024x768x24@70 -q ECHO.ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registryECHO tweaks being implemented. The computer will restart automaticallyECHO once the whole process has finished!ECHO.ECHO Removing Wallpapers and Screensavers...DEL "%systemroot%\*.bmp"DEL "%systemroot%\Web\Wallpaper\*.jpg"DEL "%systemroot%\system32\dllcache\*.scr"DEL "%systemroot%\system32\*.scr"ECHO.ECHO Removing useless shortcuts...DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\REG\RegTweaks.regECHO.ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...net user aspnet /deleteECHO.ECHO Starting installation of ApplicationsECHO.ECHO Installing TweakUI 2.10 PowertoyECHO Please wait...start /wait %systemdrive%\POWTOYS\TweakUI.msi /qnECHO.ECHO Installing Task Switcher PowertoyECHO Please wait...start /wait %systemdrive%\POWTOYS\TaskswitchPowertoySetup.exe /s /v/qnECHO.ECHO Installing Lavasoft Ad-Aware 6 Build 181ECHO Please wait...start /wait %systemdrive%\APPS\AdAware\AdAware\aaw6.exe /sECHO.ECHO Installing Kazza Lite klitekpp243eECHO Please wait...start /wait %systemdrive%\apps\klitekpp243e.exe /silentECHO.ECHO Installing ProxN45ECHO Please wait...start /wait %systemdrive%\APPS\ProxN45\ProxN45.exe /VERYSILENT /SP-taskkill.exe /F /IM ProxN45.exeECHO.ECHO.ECHO Installing WinRAR 33b5ECHO Please wait...start /wait %systemdrive%\APPS\WinRar\wrar33b5.exe /sECHO.ECHO Installing StartupMonitorECHO Please wait...start /wait %systemdrive%\APPS\StartupMonitor\StartupMonitor.msi /QNECHO.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%\DriversRD /S /Q %systemdrive%\installexitwinnit.sif;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" WaitForReboot="No" KeyboardLayout="United Kingdom" TargetPath=\WINDOWS[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1[userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="graham" OrgName="" ComputerName=Trillen[Display] Yresolution=768 BitsPerPel=24 Xresolution=1024 Vrefresh=70[TapiLocation] CountryCode=44 Dialing=Tone AreaCode=44[RegionalSettings] LanguageGroup=1 Language=00000809[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off[shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes[GuiRunOnce] %systemdrive%\batch_file.cmd %systemdrive%\bootlogo.cmdbootlogo.cmdbootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 1bootcft /Timeout 0useracconts.cmdnet user dad dodgy /addnet localgroup Administrators dad/addREGEDIT /S autologon.regEXITcmdlines.txt[COMMANDS]"useraccounts.cmd""batch_file.cmd""bootlogo.cmd"bootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 1bootcft /Timeout 0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now