• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please help with Sysprep for XP

vandy2000

Member
I am trying to perpare an image to be ghosted on Windows XP for my work and running into problem having to re-keying the CD key number and re-registering again each time that I applied the image to a new workstation. I have the inf file including the corporate edition CD key created using setup manager. I have use sysprep for W2K successfully before and this is my first time with XP. Please help! What am I doing wrong or left out? Thanks in advance.😕
 
It's been a while since I used sysprep on XP, but I don't remember any particularly tricky points. IIRC, you get a choice of setup types - "full setup" like regular XP setup or "mini-setup" for the short version. I think you need the second option to do an unattended install. Or possibly the inf file is not in the right place or you mistyped somewhere?

Anyway, did you read MS's sysprep page here? That worked for me.

edit: fixed link
 
Thanks, Cleverhandle for your response and yes, I read the MS sysprep page. All working OK xcept don't want to having to re-keying the cd key all over again when the image is loaded onto the new workstation. I know it is possible because I have seen it done before. Anybody else?
 
Add these lines to the sysprep.inf file. I think the Product key must be a valid cooperate key.

[userdata]
fullname="YOURUSER"
Orgname="YOURCOMPANY"
ProductKey= "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
 
Back
Top