
RichardPullman
-
Posts
10 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by RichardPullman
-
-
@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.
-
but my problem is the same. just install the default keys unattended.
-
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?
-
All good to you. Happy birthday. :prop:
-
Hi myselfidem
thx 4 your post. i google <SkipMachineOOBE> and found this
ImportantThis setting is deprecated.
SkipMachineOOBE should be used only in a test environment, and you should never ship a computer with the SkipMachineOOBE setting
configured to true.
If you use this setting, Windows Welcome will be skipped, and any settings that a user selects during Windows Welcome will not be
configured. For example, user-account creation, language, and time-zone settings will not be configured. Some Windows features
may 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?
-
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)
-
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?
-
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.
-
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?
Unattended and remove ei.cfg
in Win Toolkit
Posted
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:
but no success