Compare commits

...

5 Commits

Author SHA1 Message Date
maddy-cgp
f7df856c1b
Merge ff9dab9bce into 233b6b0fc4 2024-10-12 22:54:57 +02:00
finjcam
ff9dab9bce added flags to skip more steps in installer/OOBE 2024-05-02 15:08:49 +01:00
finjcam
bd42e96a7d a 2024-05-02 15:06:15 +01:00
finjcam
797325740e Merge branch 'main' of https://github.com/ntdevlabs/tiny11builder 2024-05-02 14:48:24 +01:00
finjcam
6e8c9113c9 modified autounattend.xml to skip more steps and apply en-GB locale settings 2024-04-30 11:38:04 +01:00

View File

@ -3,6 +3,11 @@
<settings pass="oobeSystem">
<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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
</OOBE>
</component>
@ -28,9 +33,11 @@
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key/>
</ProductKey>
<Key></Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>