| Windows 7: SysPrep Product ID question |
01 Nov 2012
|
#1 | | |
SysPrep Product ID question Good morning to all,
I have a question and hopefully someone can answer it because I have searched high and low to no avail. I am creating a custom image for our department using SysPrep and Symantec System Recovery. The image works when I restore it to other machines in the environment but what I have noticed is that the machines all have the same Product ID. Windows activates after the machines are joined to the domain through KMS. The test machines are working fine all activated but with the same Product ID. I can't seem to find any information about this online. If more information is needed to properly help me please let me know. | My System Specs |
| |
01 Nov 2012
|
#2 | | Win7 x 6 PC's California, Florida, Boston |
Last edited by gregrocker; 01 Nov 2012 at 03:05 PM..
| My System Specs | | |
01 Nov 2012
|
#3 | | |
I actually did. I ran the command from an admin command prompt. I captured the image after it shut down. This is the command. sysprep.exe /generalize /oobe /shutdown /unattend:sysprep.xml
This is the Product ID the test machine are getting. | My System Specs | | |
01 Nov 2012
|
#4 | | Windows 7 x64 Ultimate A Finnish immigrant in Leipzig, Germany |
Hi Fsantiago, welcome to the Seven Forums.
Although the generalize switch used when image is sysprepped does reset SID, it does not affect or change Product Key (ID).
You should put the VLK runtime key inside Microsoft-Windows-Shell-Setup > ProductKey tags to be run on Specialize configuration pass. This is important: VLK runtime should be on Shell-Setup component! The runtime key is then changed to permanent key during OOBE pass.
Kari | My System Specs | | Computer type Laptop System Manufacturer/Model Number HP ENVY 17-1150eg OS Windows 7 x64 Ultimate CPU 1.6 GHz Intel Core i7-720QM Processor Memory 6 GB Graphics Card ATI Mobility Radeon HD 5850 Graphics Sound Card Beats sound system with integrated subwoofer Monitor(s) Displays 17" laptop display, 22" LCD and 32" Full HD TV through HDMI Screen Resolution 1600*900, 1680*1050 and 1920*1080 Keyboard Logitech diNovo Media Desktop Laser (bluetooth) Mouse Logitech MX1000 Laser (Bluetooth) Hard Drives Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media Internet Speed 50/10 Mbps VDSL Antivirus MSE, Windows Defender Browser Maxthon 3.5.2. Other Info Windows 7 Ultimate Retail Full in English, additional Guest-user accounts in Finnish, German and Swedish (Working languages English & Swedish, Family language German, my own language, mother tongue, Finnish. I really need Ultimate to get to use Language Packs!) |
01 Nov 2012
|
#5 | | |
Since we use KMS to activate windows after the machine is joined to the domain would I have to just input the Windows 7 Enterprise Key? They are not joined to the domain during SysPrep. Also is this example correct if I were to add it to my xml file? It is only part of it. Thanks! <?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Eastern Standard Time</TimeZone>
<CopyProfile>true</CopyProfile>
<ProductKey></ProductKey>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ShowMenuBar>true</ShowMenuBar>
<Home_Page>http://nursing.fau.edu</Home_Page>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableWelcomePage>true</DisableWelcomePage>
</component>
</settings>
Last edited by fsantiago; 01 Nov 2012 at 03:20 PM..
| My System Specs | | |
01 Nov 2012
|
#6 | | Windows 7 x64 Ultimate A Finnish immigrant in Leipzig, Germany |
Put the MAK / KMS key between the <component name="Microsoft-Windows-Shell-Setup> tags before anything else, for instance like this: Code: <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Eastern Standard Time</TimeZone>
<CopyProfile>true</CopyProfile>
</component> It should work.
BTW, edit your previous post to take the Product Key away!!! You can replace it with Xs.
Kari | My System Specs | | Computer type Laptop System Manufacturer/Model Number HP ENVY 17-1150eg OS Windows 7 x64 Ultimate CPU 1.6 GHz Intel Core i7-720QM Processor Memory 6 GB Graphics Card ATI Mobility Radeon HD 5850 Graphics Sound Card Beats sound system with integrated subwoofer Monitor(s) Displays 17" laptop display, 22" LCD and 32" Full HD TV through HDMI Screen Resolution 1600*900, 1680*1050 and 1920*1080 Keyboard Logitech diNovo Media Desktop Laser (bluetooth) Mouse Logitech MX1000 Laser (Bluetooth) Hard Drives Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media Internet Speed 50/10 Mbps VDSL Antivirus MSE, Windows Defender Browser Maxthon 3.5.2. Other Info Windows 7 Ultimate Retail Full in English, additional Guest-user accounts in Finnish, German and Swedish (Working languages English & Swedish, Family language German, my own language, mother tongue, Finnish. I really need Ultimate to get to use Language Packs!) |
01 Nov 2012
|
#7 | | |
Thank you Kari. Is it suppose to be Xs in the answer file? Just got a little confused since that is a public key.
I will test this out and see if it works. Thank you! | My System Specs | | |
01 Nov 2012
|
#8 | | Windows 7 x64 Ultimate A Finnish immigrant in Leipzig, Germany |
No  .
Although we try to be honest and show we are against piracy here on the Seven Forums, the pirates are everywhere and product keys valuable for them, so I meant you should use for instance X's here when posting, instead of posting a valid product key. The sooner you edit your post to remove the key, the better.
An answer file should and must have a valid MAK / KMS or VLK runtime key.
Kari | My System Specs | | Computer type Laptop System Manufacturer/Model Number HP ENVY 17-1150eg OS Windows 7 x64 Ultimate CPU 1.6 GHz Intel Core i7-720QM Processor Memory 6 GB Graphics Card ATI Mobility Radeon HD 5850 Graphics Sound Card Beats sound system with integrated subwoofer Monitor(s) Displays 17" laptop display, 22" LCD and 32" Full HD TV through HDMI Screen Resolution 1600*900, 1680*1050 and 1920*1080 Keyboard Logitech diNovo Media Desktop Laser (bluetooth) Mouse Logitech MX1000 Laser (Bluetooth) Hard Drives Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media Internet Speed 50/10 Mbps VDSL Antivirus MSE, Windows Defender Browser Maxthon 3.5.2. Other Info Windows 7 Ultimate Retail Full in English, additional Guest-user accounts in Finnish, German and Swedish (Working languages English & Swedish, Family language German, my own language, mother tongue, Finnish. I really need Ultimate to get to use Language Packs!) |
01 Nov 2012
|
#10 | | Windows 7 x64 Ultimate A Finnish immigrant in Leipzig, Germany |
Good.
Come back to tell how it went. | My System Specs | | Computer type Laptop System Manufacturer/Model Number HP ENVY 17-1150eg OS Windows 7 x64 Ultimate CPU 1.6 GHz Intel Core i7-720QM Processor Memory 6 GB Graphics Card ATI Mobility Radeon HD 5850 Graphics Sound Card Beats sound system with integrated subwoofer Monitor(s) Displays 17" laptop display, 22" LCD and 32" Full HD TV through HDMI Screen Resolution 1600*900, 1680*1050 and 1920*1080 Keyboard Logitech diNovo Media Desktop Laser (bluetooth) Mouse Logitech MX1000 Laser (Bluetooth) Hard Drives Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media Internet Speed 50/10 Mbps VDSL Antivirus MSE, Windows Defender Browser Maxthon 3.5.2. Other Info Windows 7 Ultimate Retail Full in English, additional Guest-user accounts in Finnish, German and Swedish (Working languages English & Swedish, Family language German, my own language, mother tongue, Finnish. I really need Ultimate to get to use Language Packs!) SysPrep Product ID question problems? All times are GMT -5. The time now is 08:28 AM. | |