Hello everyone ! After getting tons of information thanks to the Unattended Guide and this fabulous forum, I'm almost over with my Unattended Windows XP CD. You've been really helpful, guys ! After testing for the second time my CD in real situation (installing on a real computer, not on VMWare), i'm having some strange problems... OEM Files disappear ! The files from the $OEM$ are copied during the text-mode setup, but they disappear afterwards : I get error messages telling me setup can't find the files at the RunOnceEx step and, after checking, the $OEM$ files were really deleted ! Ask user and company name during OOBE Following some pieces of advice found on this forum, I modified my OOBE file (expand, modified then makecab) to make Windows ask me for the User and Company name. But it didn't work... Regional settings at T-39 stage After modifying the OOBECONF.ini file to make it ask me for the regional settings, I'd like to make setup not to ask me for them at the T-39 stage, but I don't remember which file I have to modify... Can someone remind me please ? Help me protect my PC Following the ref.chm file, I modified the OOBEINFO.ini file so it won't ask for automatic updates anymore... It didn't work either. Here are my winnt.sif and oobeinfo.ini files : winnt.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=1 [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS AutoActivate = Yes [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=0 TimeZone=105 OemSkipWelcome=1 [Display] Xresolution=1024 Yresolution=768 AutoConfirm=1 [UserData] ProductKey=**************** FullName="Utilisateur" OrgName="Utilisateur" ComputerName=ORDINATEUR [RegionalSettings] LanguageGroup=1 Language=0000080c [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off zonegames=off oobeinfo.ini [StartupOptions] DesktopWindowHeight=1024 DesktopWindowWidth=768 Offline = 1; Setup skips registration and ISP signup pages Registration=1 ScreenResolutionCheck=0 [Options] AdminPW=1 FontSmoothing=1 INTL_Settings=1 MouseTutorial=1 JoinDomain=1 SkipAutoUpdate=1 TimeZone=1 [OEMRegistrationPage] OEMAddRegPage=0 PostToOEM=0 RegPostURL="" [Signup] ISPSignup=None [Userinfo] sFirstName = window.external.UserInfo.get_FirstName(); sLastName = window.external.UserInfo.get_LastName(); sCompanyName = window.external.UserInfo.get_CompanyName();