morocco31477 Posted December 3, 2013 Posted December 3, 2013 I have two Windows 8.1 Enterprise images, x86 and x64. I created custom images (integrated updates, tweaks, etc) for both. I used the same options for the Autounattend.xml, both which I did not check anything for the product key. I tested both images, x64 works fine, and gets to the screen showing your hard drives. The x86 is asking for a product key. I don't understand why if x64 didn't need one. I'm new to Windows 8 installations by the way, but not any previous versions of Windows.
MrJinje Posted December 4, 2013 Posted December 4, 2013 (edited) Alternatively you could mount both images via dism and run the set-productkey. http://technet.microsoft.com/en-us/library/hh825157.aspxDism /Image:C:\test\offlinex86 /Set-ProductKey:12345-67890-12345-67890-12345Dism /Image:C:\test\offlinex64 /Set-ProductKey:12345-67890-12345-67890-12345 Edited December 4, 2013 by MrJinje
morocco31477 Posted December 4, 2013 Author Posted December 4, 2013 ok thank you. Do you know why the x64 version did not ask or a key?
MrJinje Posted December 4, 2013 Posted December 4, 2013 ok thank you. Do you know why the x64 version did not ask or a key?My guess was that you had two different iso's and the x64 was volume media and the x86 was not. Not a problem, simple fix.FYI'd use the GVLK for installing/testing so that you don't waste your real activations until you are ready. Add it to your autounattend.xmlhttp://technet.microsoft.com/en-us/library/jj612867.aspx
morocco31477 Posted December 4, 2013 Author Posted December 4, 2013 ok thank you. Do you know why the x64 version did not ask or a key?My guess was that you had two different iso's and the x64 was volume media and the x86 was not. Not a problem, simple fix.FYI'd use the GVLK for installing/testing so that you don't waste your real activations until you are ready. Add it to your autounattend.xmlhttp://technet.microsoft.com/en-us/library/jj612867.aspxThe GVLK solution is precisely what I needed, as I often fix client's PCs and they have their own keys. Thank you for the direction.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now