How to skip local user creation on Win10 install since there is already an local user in the image?

2022-08-16T08:11:54.327+00:00

Hello,

I have prepared a Windows 10 image of my company, I have sypreped it and captured it with DISM. When deploying it, in OOBE prompts for local user creation. Problem is there is already a local administrator user created in the image prior to the capturing (not built-in Administrator).

Thing is that this user remains when the image is deployed but it asks for another user nevertheless. Is there any way to skip it?

Also, I have noticed that this user is logged on when the image is deployed.

Best regards,
Spyros

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
2,027 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Hania Lian - MSFT 23,106 Reputation points Microsoft External Staff
    2022-08-30T06:06:02.163+00:00

    Hi.
    You can try to create an answer file through Windows SIM and set the following two values to true in OOBE System to skip creating a local or online account.
    • HideOnlineAccountScreens
    • HideLocalAccountScreen
    Please save answer file and add to the image.


  2. 2022-09-02T06:33:22.693+00:00

    Hello @XiuyunLian-msft,

    Thank you for your answer. I found a way around, by having the Answer File create again the local administrator account (probably re-writes it?) but the solution you propose seems much more legit.

    Thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.