I have been trying to create an hard drive image to load on my other pc. Both pc's are the same made by the same manuf. I am using the oem ( it came with my pc as a quick restore disk) version of windows xp pro. I'm using sysprep and creating an sysprep.inf file and putting it into my sysprep dir. I'm trying to get to an fully automatic reboot after running the sysprep.exe file here is the contents:
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx omittied
FullName="GX1"
OrgName=""
ComputerName=GX1
[Display]
BitsPerPel=32
Xresolution=800
YResolution=600
Vrefresh=85
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=901
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup=WORKGROUP
[Sysprep]
BuildMassStorageSection = Yes
[SysprepMassStorage]
[Networking]
InstallDefaultComponents=Yes
Everything works after running the sysprep.exe, except that after rebooting I get the miniset up. I do not want to get the minisetup I want the fullyautomatied version. where it goes directly to the Welcome screen.
I have to enter the pc name, comp. name, product I.d. , user name etc. If you look at my sysprep.inf file all this is already included.
Can anyone give me some insight as to why this is happening?
Is it because I'm using the oem version of the winxp?
???????
Page 1 of 1
OEM Version with Sysprep
#2
Posted 01 March 2005 - 11:31 AM
I know this is a really old thread but when you run sysprep you need to add the -quiet switch. If you don't add -quiet sysprep ignores the sysprep.inf file.
I usually create a run_sysprep.cmd file and launch sysprep from that contains the following:
I usually create a run_sysprep.cmd file and launch sysprep from that contains the following:
@ECHO OFF TITLE Running Sysprep... DO NOT CLOSE THIS WINDOW sysprep.exe -quiet -mini -reseal -shutdown EXIT
- ← Newbie Needs Help With Runonceex.cmd
- Unattended Windows 2000/XP/2003
- OFFICE XP + SP3 Slipstream : CAB not updated →
Share this topic:
Page 1 of 1



Help
Back to top








