Skip to content

Commit 3ffa7e7

Browse files
committed
Added additional flags to skip a few extra steps in OOBE/Installer ntdevlabs#169
ntdevlabs#169
1 parent cd8f50e commit 3ffa7e7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

autounattend.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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>Home</NetworkLocation>
9+
<ProtectYourPC>3</ProtectYourPC>
10+
<SkipUserOOBE>true</SkipUserOOBE>
611
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
712
</OOBE>
813
</component>
@@ -28,9 +33,11 @@
2833
</OSImage>
2934
</ImageInstall>
3035
<UserData>
36+
<AcceptEula>true</AcceptEula>
3137
<ProductKey>
32-
<Key/>
33-
</ProductKey>
38+
<Key></Key>
39+
<WillShowUI>Never</WillShowUI>
40+
</ProductKey>
3441
</UserData>
3542
</component>
3643
</settings>

0 commit comments

Comments
 (0)