Jump to content

dodgy

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by dodgy

  1. I have lost were to put batch_file.cmd and bootlogo.cmd after changing my after reading gosh's web pages. I hope someone can spot my mistake as every thing worked befour i change thing. batch_file.cmd CLS @echo off TITLE Windows XP SP1 - Unattended Installation 1365VidChng.exe 1024x768x24@70 -q ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. The computer will restart automatically ECHO 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.reg ECHO. ECHO Deleting ASP.NET User Account created by .NET Framework 1.1... net user aspnet /delete ECHO. ECHO Starting installation of Applications ECHO. ECHO Installing TweakUI 2.10 Powertoy ECHO Please wait... start /wait %systemdrive%\POWTOYS\TweakUI.msi /qn ECHO. ECHO Installing Task Switcher Powertoy ECHO Please wait... start /wait %systemdrive%\POWTOYS\TaskswitchPowertoySetup.exe /s /v/qn ECHO. ECHO Installing Lavasoft Ad-Aware 6 Build 181 ECHO Please wait... start /wait %systemdrive%\APPS\AdAware\AdAware\aaw6.exe /s ECHO. ECHO Installing Kazza Lite klitekpp243e ECHO Please wait... start /wait %systemdrive%\apps\klitekpp243e.exe /silent ECHO. ECHO Installing ProxN45 ECHO Please wait... start /wait %systemdrive%\APPS\ProxN45\ProxN45.exe /VERYSILENT /SP- taskkill.exe /F /IM ProxN45.exe ECHO. ECHO. ECHO Installing WinRAR 33b5 ECHO Please wait... start /wait %systemdrive%\APPS\WinRar\wrar33b5.exe /s ECHO. ECHO Installing StartupMonitor ECHO Please wait... start /wait %systemdrive%\APPS\StartupMonitor\StartupMonitor.msi /QN 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 winnit.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.cmd bootlogo.cmd bootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 1 bootcft /Timeout 0 useracconts.cmd net user dad dodgy /add net localgroup Administrators dad/add REGEDIT /S autologon.reg EXIT cmdlines.txt [COMMANDS] "useraccounts.cmd" "batch_file.cmd" "bootlogo.cmd" bootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 1 bootcft /Timeout 0
×
×
  • Create New...