Skip to content

Commit dd10aef

Browse files
committed
Merge PR ntdevlabs#169: OOBE skip refinements with unattended schema-safe values
2 parents 4939dc8 + ff9dab9 commit dd10aef

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

autounattend.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<settings pass="oobeSystem">
44
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
55
<OOBE>
6+
<HideEULAPage>true</HideEULAPage>
7+
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
8+
<NetworkLocation>Other</NetworkLocation>
9+
<ProtectYourPC>3</ProtectYourPC>
610
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
711
</OOBE>
812
</component>
@@ -28,8 +32,10 @@
2832
</OSImage>
2933
</ImageInstall>
3034
<UserData>
35+
<AcceptEula>true</AcceptEula>
3136
<ProductKey>
32-
<Key/>
37+
<Key></Key>
38+
<WillShowUI>Never</WillShowUI>
3339
</ProductKey>
3440
</UserData>
3541
</component>

0 commit comments

Comments
 (0)