hi guys.

So ive been playing around with sysprep and after a few teething problems i got it working. kind of. i set it up as a fully unattended sysprep but the ***PROFANITY REMOVED by Site Staff*** image keeps halting at the welcome screen asking for product key/computer name etc. i am using oemskipwelcome=1 so this should skip the welcome screen but is not hapenning. the sysprep.inf file is as follows:

Code:
;SetupMgrTag
[Unattended]
    OemSkipEula=Yes
    InstallFilesPath=C:\sysprep\i386

[GuiUnattended]
    AdminPassword="admin"
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=85
    OemSkipWelcome=1

[UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    FullName="moi"
    OrgName=""
    ComputerName=bonchance

[RegionalSettings]
    LanguageGroup=1
    Language=00000809

[SetupMgr]
    DistFolder=C:\sysprep\i386
    DistShare=windist

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes
i x'd out the product key myself by the way. The product key used is valid.

ps. I made the sysprep file using the setup manager suplied with the xp cd

Thanks for your thoughts