cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
659 stars 60 forks source link

Request - Offline account. #71

Closed kendi182 closed 1 month ago

kendi182 commented 1 month ago

Captura de tela 2024-10-09 105445

I used the command below to create an offline account without the need to request an account online.

it prompts when installing Windows. Could you add this option?


<ProtectYourPC>3</ProtectYourPC>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<SkipUserOOBE>false</SkipUserOOBE>
<SkipMachineOOBE>false</SkipMachineOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
</OOBE>
cschneegans commented 1 month ago

Interesting, I was not aware about this setting. Now added via https://github.com/cschneegans/unattend-generator/commit/7a577e15c56c859b83825d4d00eafcaa862a28c3. Seems to work with both Windows 10 and Windows 11.

image

With this setting, 24H2 will download updates during setup, and even lets you play a game?!

image