Posted August 3, 201212 yr Hi WinToolkit Usersi try to make an new Win7-DVD with removed ei.cfg and all works fine. I can choose the windowsversion (home, pro, ...) but how can i create an Autounattend.xml with all the trialkeys?Home -> HomekeyPro -> Prokeyand so on ...i read some keywords like aik, wism, wim-manager.i also read the article "Create your own Autounattend.xml All-In-One (x86/amd64)" but i only need the Autounattend.xml for x64.I create 4 Autounattend.xml with only different serials but what now? I cant put all of them in the DVD-Root.Is there a good easy way to realize this? THX 4 help(sorry. i think the answer is here in the forum but i dont find them) Edited August 23, 201212 yr by RichardPullman
August 4, 201212 yr Yes!You need one Autounattend.xml file and add inside:<OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> </OOBE>The default key will be installed for each Windows 7 version you choose!Cheers
August 6, 201212 yr Author Hi myselfidemthx 4 your post. i google <SkipMachineOOBE> and found thisImportantThis setting is deprecated.SkipMachineOOBE should be used only in a test environment, and you should never ship a computer with the SkipMachineOOBE settingconfigured to true.If you use this setting, Windows Welcome will be skipped, and any settings that a user selects during Windows Welcome will not beconfigured. For example, user-account creation, language, and time-zone settings will not be configured. Some Windows featuresmay not function, as they depend on Windows Welcome values such as ProtectYourPC, which does not include a default value.So this option ignore my answerfile?
August 6, 201212 yr Yes, this value is deprecated!It's a workaround...And this option doesn't ignore your answer file!But if you want you can download "SetProductKey" on my sig below to integrate all Windows 7 version default keys (need time) and look at examples included inside the folder, to use Autounattend.xml files without keys!Enjoy Edited August 6, 201212 yr by myselfidem
August 22, 201212 yr Author i tested the <SkipMachineOOBE>true</SkipMachineOOBE> option.1. i create a normal Autounattend.xml with these settings (username and password not set)2. Add the <SkipMachineOOBE>true</SkipMachineOOBE> option<?xml version="1.0" encoding="utf-8"?><!--Created by Win Toolkit v1.4.0.65--><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="windowsPE"> <component name="Microsoft-Windows-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"> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component></settings><settings pass="oobeSystem"> <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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage>HERE ---> <SkipMachineOOBE>true</SkipMachineOOBE> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <TimeZone>W. Europe Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage>HERE ---> <SkipMachineOOBE>true</SkipMachineOOBE> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <TimeZone>W. Europe Standard Time</TimeZone> </component></settings></unattend>Problem: but now the setup dont ask for username and userpasswort.is there maybe a other method i can try without 3. party software only with WinToolkit?
August 22, 201212 yr You need to post your new questions inside the right thread!Cheers Edited August 22, 201212 yr by myselfidem
August 22, 201212 yr You need to add a user account and a password! Edited August 22, 201212 yr by myselfidem
August 22, 201212 yr If I understand what he is asking, he wants to set up everything but username and password in the Autounattend.xml so that the only thing that is asked for at install is just username and password, but he does want those asked for.Cheers and Regards
August 23, 201212 yr Thanks bphlpt!It seems your are right, I haven't well understood.@RichardPullmanTry to select also: Skip Auto-activationRegards
August 23, 201212 yr Author @bphlptyes that exactly what i want. and i think im not the only person with this "remove ei.cfg and add keys for all 4 versions"-problem@myselfidemsorry that i dont explain that.Skip Auto-activation? hhmmmm? i have an idea. mom i try this.
August 23, 201212 yr Author i can only check the "Skip Auto-Activation"-option if i check the serial-key too.i edit the Autounattend.xml manual and insert this code:<settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings>but no success
August 23, 201212 yr It seems an issue with WinToolkit or a condition between Skip Auto-Activation and default serial key!Tested without problem many times with an customized Autounattend.xml file (AIO):http://www.wincert.net/forum/topic/9178-create-your-own-autounattendxml-all-in-one-x86amd64/page__st__80#entry86013Try to use your customized Autounattend-xml file with WinToolkit and let us know.Thanks
November 6, 201212 yr You can also try to use SetProductKey on my signature below to integrate all keys inside your Windows 7 customized!And you don't need to add the key inside your Autounattend.xml file!HTH
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.