- The first step is to download the Sysprep App which is included in the CAB file for Windows XP Service Pack 3 Deployment Tools. (Download Sysprep Tool) or expand from drive:\Support\Tools\Deploy.cab
- Next go to the PC you are going to be sysprepping and create a folder on the root of the C: drive called Sysprep. Extract the contents of the deploy.cab file you downloaded to the sysprep folder on the root of the C: drive.
- Now we are going to run the sysprep Setup Manager. Double click on setupmgr.exe. Click Next and it is going to ask you whether you want to modify an existing Answer File or create a new one. We are wanting to create new, click next.
- You now have three options: Unattended Setup, Sysprep Setup, or Remote Installation Services (RIS). In this example we are going to select the Sysprep setup option and then click next. (This creates a sysprep.inf file)
- Select Windows XP Professional and click next.
- In this step it is asking you if you want to fully automate the installation. That is up to you, either way works fine.
- Now we are at the configuration page. There is a lot in here so I am not going to go into detail. In fact, you don’t even need to input anything here for the sysprep to just work. However, everything you input in here will save you time and help shape your image.
- Once you are all done, you should be at the bottom and selected on “Identification String”; click Finish and it is going to prompt you for a location to create and save the sysprep.inf file. The default location is fine, as it will need to be within that sysprep folder on your C: drive. Once you hit ok you will then need to click “Cancel”. There is no close button.
- Now you should verify the sysprep.inf file by double clicking on it and opening it up with Notepad.
There were a few changes with Windows XP Service Pack 3 and sysprep. The administrator’s profile is no longer copied over to the default profile. You will need to add a line within the sysprep.inf file to regain this important function. Under the InstallFilesPath section add this:
UpdateServerProfileDirectory=1 Now you are ready to start the sysprep, reboot, and capture your sysprepped image. Double click on the sysprep.exe and then select the following three options in order: Use Mini-Setup, Shutdown Mode: Reboot, and click Reseal.
Make sure you have your media ready to capture your image. If you reboot fully without booting to your capturing software it will ruin the sysprep and you will have to redo the sysprep.
http://apetec.com/support/SysprepXP.htm
Here is a sample of Sysprep.inf file for Windows XP Professional
All you will have to do is make 5 changes to values highlighted in red to make it work with any version of sysprep. Areas highlighted in blue are for joining the domain.
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword="password"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=205
OemSkipWelcome=1
[UserData]
ProductKey=D36RK-QDFFD-BTWWY-BT7KK-43MGM
FullName="Hamami InkaZo"
OrgName="SMK Informatika"
ComputerName=*
[RegionalSettings]
SystemLocale="0409"
UserLocale="0409"
UserLocale_DefaultUser="0409"
InputLocale="0409:00000409"
InputLocale_DefaultUser="0409:00000409"
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup = WORKGROUP
[Networking]
InstallDefaultComponents=Yes
Sysprep packages:
http://www.kace.com/support/downloads/sysprep/sysprep.sp1.zip
http://www.kace.com/support/downloads/sysprep/sysprep.sp2.zip
http://www.kace.com/support/downloads/sysprep/sysprep.sp3.zip
No comments :
Post a Comment
Silahkan kasih komentar atau pertanyaan Anda.