Skip to content
Discussion options

You must be logged in to vote

It is there, just not under a heading with "Microsoft account" in it — it lives in the user accounts section, which is probably why you scrolled past it.

There are three account modes in the generator, and two of them solve your problem in different ways.

If you pick the interactive local account option, the generated answer file gets this into the oobeSystem pass:

<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

That is the supported Windows setting for exactly this — OOBE stops presenting the online-account screens and lets you create a local one. You can see it applied in modifier/Users.cs:

if (settings is InteractiveLocalAccountSettings)
{
    Document.SelectSingleNodeOrThrow("…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cschneegans
Comment options

Answer selected by cschneegans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants