Jump to content

RichardPullman

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by RichardPullman

  1. 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
  2. @bphlpt yes 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 @myselfidem sorry that i dont explain that. Skip Auto-activation? hhmmmm? i have an idea. mom i try this.
  3. but my problem is the same. just install the default keys unattended.
  4. 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?
  5. All good to you. Happy birthday. :prop:
  6. Hi myselfidem thx 4 your post. i google <SkipMachineOOBE> and found this So this option ignore my answerfile?
  7. Hi WinToolkit Users i 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 -> Homekey Pro -> Prokey and 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)
  8. kk thx Legolash2o u do a good job with the Win Toolkit. Maybee i write an article about it in the german wikipedia to make Win Toolkit more popular. is this ok for u?
  9. oh i did it x86. The OS is x64. So i use this? The helptext says "This is for 64bit apps. the cmd-Tools are 32bit.
  10. Hi i try to make an simple Addon. Just copy 3 cmd-Tools to system32. I use the %system32% Variable but after the complete Installation the 3 files are in C:\Windows\SysWOW64. And the commandpromt dont find them. Is this a bug?
×
×
  • Create New...