Jump to content

Recommended Posts

Posted

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=off

hearts=off

minesweeper=off

pinball=off

solitaire=off

spider=off

zonegames=off

[shell]

CustomDefaultThemeFile="%WinDir%\Resources\Themes\royale.theme"

and here's my cleanup.cmd

cmdow @ /HID

@echo off

cls

shutdown.exe -r -f -t 60 -m "Windows XP will now restart in 1 minute..."

cscript %systemdrive%\install\cdeject.vbs >null

expand -r c:\windows\system32\gsdll32.dl_

del /q c:\windows\system32\gsdll32.dl_

diskperf -n

chkntfs /t:1

regsvr32 /u /s zipfldr.dll

REG ADD "HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To" /v "" /d "{7BA4C740-9E81-11CF-99D3-00AA004AE837}" /f

DEL "%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" /q

rem "%systemdrive%\Install\xpize.exe" /S

rem RD /S /Q "%UserProfile%\Desktop\Special Folder Icons"

net user aspnet /delete

del *.cmd

del *.txt

del nu*.*

rd /s /q "%systemdrive%\Install"

EXIT


Posted

Search the forum for: Out of the box experience or ooebinfo.ini

That may help you get the effect your looking for.

tguy

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...