mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix SkipAutoActivation for Windows 10/11
This commit is contained in:
parent
2dc2fe271a
commit
0d6cd87494
1 changed files with 1 additions and 2 deletions
3
quickget
3
quickget
|
@ -1585,7 +1585,7 @@ function unattended_windows() {
|
||||||
versionScope="nonSxS"
|
versionScope="nonSxS"
|
||||||
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<SkipAutoActivation>false</SkipAutoActivation>
|
<SkipAutoActivation>true</SkipAutoActivation>
|
||||||
</component>
|
</component>
|
||||||
<component name="Microsoft-Windows-Shell-Setup"
|
<component name="Microsoft-Windows-Shell-Setup"
|
||||||
processorArchitecture="amd64"
|
processorArchitecture="amd64"
|
||||||
|
@ -1595,7 +1595,6 @@ function unattended_windows() {
|
||||||
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<ComputerName>*</ComputerName>
|
<ComputerName>*</ComputerName>
|
||||||
<SkipAutoActivation>true</SkipAutoActivation>
|
|
||||||
<OEMInformation>
|
<OEMInformation>
|
||||||
<Manufacturer>Quickemu Project</Manufacturer>
|
<Manufacturer>Quickemu Project</Manufacturer>
|
||||||
<Model>Quickemu</Model>
|
<Model>Quickemu</Model>
|
||||||
|
|
Loading…
Reference in a new issue