March 2, 200521 yr hi i've just created my unattended xp cd. i've installed it successfully but i have a bit of prob about it. when it's done installing, the add user wizard doesn't show up as it used to. it shows the login window with the admin user on it. i want the add user wizard to show... please help and kindly check my cleaunp cmd 'coz it doesn't restart the pc automatically wherein it should. thanks.[Data] AutoPartition=0 MsDosInitiated=0 UnattendedInstall="Yes" AutomaticUpdates=yes[unattended] OemPreinstall=Yes DriverSigningPolicy=Ignore UnattendMode=ProvideDefaults OemSkipWelcome=Yes OemSkipEula=Yes WaitForReboot="NO" TargetPath=\WINDOWS Repartition=No Hibernation = No [GuiUnattended] OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1[userData] ProductID=[Display] Xresolution=1028 YResolution=768 Vrefresh=75[TapiLocation] CountryCode=63 Dialing=Tone[identification] JoinWorkgroup=MSHOME[Networking] InstallDefaultComponents=Yes[Components]freecell=offhearts=offminesweeper=offpinball=offsolitaire=offspider=offzonegames=off[shell]CustomDefaultThemeFile="%WinDir%\Resources\Themes\royale.theme"and here's my cleanup.cmdcmdow @ /HID@echo offclsshutdown.exe -r -f -t 60 -m "Windows XP will now restart in 1 minute..."cscript %systemdrive%\install\cdeject.vbs >nullexpand -r c:\windows\system32\gsdll32.dl_del /q c:\windows\system32\gsdll32.dl_diskperf -nchkntfs /t:1regsvr32 /u /s zipfldr.dllREG ADD "HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To" /v "" /d "{7BA4C740-9E81-11CF-99D3-00AA004AE837}" /fDEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"RD /S /Q "%AllUsersProfile%\Start Menu\Programs\Java Web Start"DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk""%systemdrive%\Install\croa.exe" /VerySilent"%systemdrive%\Install\q890830.exe" /qrem "%systemdrive%\Install\xpize.exe" /Srem RD /S /Q "%UserProfile%\Desktop\Special Folder Icons"net user aspnet /deletedel *.cmddel *.txtdel nu*.*rd /s /q "%systemdrive%\Install"EXIT
March 2, 200521 yr Is it absolutely necessary that the Add User wizard come up? Or do you simply need to add another user or two... because theres a very easy way to do this unattendedly (is that even a word??), which is outlined in the Unatteded Guide
March 2, 200521 yr Search the forum for: Out of the box experience or ooebinfo.iniThat may help you get the effect your looking for.tguy
March 3, 200521 yr Author nope 'coz m using my unattended xp to install on two different pc. so it jsut would be nice if i could get the wizard back... thanks.
March 3, 200521 yr try remove this[unattended]OemSkipWelcome=Yes(it goes in [GuiUnattended] (and you already use it )
Create an account or sign in to comment