Fix SkipAutoActivation for Windows 10/11

This commit is contained in:
Martin Wimpress 2022-02-20 09:37:09 +00:00
parent 2dc2fe271a
commit 0d6cd87494
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 2 deletions

View File

@ -1585,7 +1585,7 @@ function unattended_windows() {
versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>false</SkipAutoActivation>
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="amd64"
@ -1595,7 +1595,6 @@ function unattended_windows() {
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>*</ComputerName>
<SkipAutoActivation>true</SkipAutoActivation>
<OEMInformation>
<Manufacturer>Quickemu Project</Manufacturer>
<Model>Quickemu</Model>