mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Consistent <component> formatting in unattend.xml
This commit is contained in:
parent
2a5e4537eb
commit
fac46863c3
1 changed files with 18 additions and 6 deletions
24
quickget
24
quickget
|
@ -550,8 +550,10 @@ function unattended_windows() {
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component name="Microsoft-Windows-PnpCustomizationsWinPE"
|
<component name="Microsoft-Windows-PnpCustomizationsWinPE"
|
||||||
publicKeyToken="31bf3856ad364e35" language="neutral"
|
publicKeyToken="31bf3856ad364e35"
|
||||||
versionScope="nonSxS" processorArchitecture="amd64">
|
language="neutral"
|
||||||
|
versionScope="nonSxS"
|
||||||
|
processorArchitecture="amd64">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This makes the VirtIO drivers available to Windows, assuming that
|
This makes the VirtIO drivers available to Windows, assuming that
|
||||||
|
@ -601,8 +603,13 @@ function unattended_windows() {
|
||||||
</settings>
|
</settings>
|
||||||
|
|
||||||
<settings pass="specialize">
|
<settings pass="specialize">
|
||||||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
|
<component name="Microsoft-Windows-Shell-Setup"
|
||||||
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
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">
|
||||||
<ComputerName>*</ComputerName>
|
<ComputerName>*</ComputerName>
|
||||||
<OEMInformation>
|
<OEMInformation>
|
||||||
<Manufacturer>Wimpys World</Manufacturer>
|
<Manufacturer>Wimpys World</Manufacturer>
|
||||||
|
@ -617,8 +624,13 @@ function unattended_windows() {
|
||||||
</settings>
|
</settings>
|
||||||
|
|
||||||
<settings pass="oobeSystem">
|
<settings pass="oobeSystem">
|
||||||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
|
<component name="Microsoft-Windows-Shell-Setup"
|
||||||
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
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">
|
||||||
<OOBE>
|
<OOBE>
|
||||||
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
|
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
|
||||||
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue