Jump to content


  • 0
thadkew

Just realized how important the Control folder was

Question

So i'm looking in the DeploymentShare/Control folder and i see the folder for win Windows 7 Pro image. And in that, there is the Unattend.xml file

This is a great discovery, because I've come against a problem.

My Win7 image will put them image down, but i will get a box like the one attached that requires the user to press NEXT

Is there any way to add something to the unattend.xml file to skip this? We use an MAK license, and when i put that in the unattend, i get an error stating that the key is invalid.

 

Keep in mind that I did put the key in when i built the initial image. So it's not being saved. In my task sequence, there is a spot that will add the proper key.

post-6175-0-64674600-1301403640_thumb.png

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

So i'm looking in the DeploymentShare/Control folder and i see the folder for win Windows 7 Pro image. And in that, there is the Unattend.xml file

This is a great discovery, because I've come against a problem.

My Win7 image will put them image down, but i will get a box like the one attached that requires the user to press NEXT

Is there any way to add something to the unattend.xml file to skip this? We use an MAK license, and when i put that in the unattend, i get an error stating that the key is invalid.

 

Keep in mind that I did put the key in when i built the initial image. So it's not being saved. In my task sequence, there is a spot that will add the proper key.

 

So here's what I did:

In the unattended.XML file that was located in that contol folder, I added a product key from one of the numerous PCs we get. Because the task sequence puts in the MAK key during the imaging process, this key is overwritten later. So, I no longer have that screen and my deployments are more "lite" than before.

I verified that the key was being overwritten by using magicbean key finder and scheduling the output. All "B's" mean that the OS has a MAK product key.

I know this probably isn't "best practice" but I did what I had to do.

Share this post


Link to post
Share on other sites

  • 0

You can add this into your task sequence....

 

I dont specify my product key in the actual built in task sequence, instead I add 2 tasks below the Tattoo section of the State Restore Phase.

 

Add - command line

Name - Register Windows Product Key

Command Line - cscript %windir%\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (Where XXXX etc is your product key)

 

Add another below that:

 

Add - command line

Name - Activate Windows

Command Line - cscript %windir%\system32\slmgr.vbs /ato

 

So not only do I specify a product key, I also activate it as part of the state restore phase.

 

Hope this helps!

Aaron.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.