SCCM can't skip OOBE wizard for OSD

Eaven HUANG 2,191 Reputation points
2024-02-25T02:42:13.25+00:00

Dear Experts,

I'm trying to deploy the latest Windows 11 via SCCM, I'm using WSIM to custom the xml file, I got the below validation results:

The setting has not been modified. It will not be saved to the answer file. Components/oobeSystem/wow64_Microsoft-Windows-Shell-Setup_neutral/OOBE/VMModeOptimizations

Setting NetworkLocation is deprecated in the Windows image Components/oobeSystem/wow64_Microsoft-Windows-Shell-Setup_neutral/OOBE/NetworkLocation

Setting SkipMachineOOBE is deprecated in the Windows image Components/oobeSystem/wow64_Microsoft-Windows-Shell-Setup_neutral/OOBE/SkipMachineOOBE

Setting SkipUserOOBE is deprecated in the Windows image Components/oobeSystem/wow64_Microsoft-Windows-Shell-Setup_neutral/OOBE/SkipUserOOBE

After the OS was deployed, I got the welcome wizard asking me to select region, language, etc. What I really need is to have everything unattended so it goes into the Windows Desktop without further user interaction. What am I missing from here? WSIM

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Rahul Jindal [MVP] 10,911 Reputation points MVP
    2024-02-25T05:53:15.5533333+00:00

    What version of ADK are you using? Also, a lot of OOBE settings are built directly into TS now. Have you tried configuring using the TS step? https://learn.microsoft.com/en-us/mem/configmgr/osd/understand/task-sequence-steps#BKMK_ApplyWindowsSettings

    2 people found this answer helpful.

  2. shoaib abbas 0 Reputation points
    2024-02-25T16:19:45.2866667+00:00

    To achieve an unattended Windows 11 deployment, focus on the oobeSystem settings in the unattend.xml file. Include elements like <HideEULAPage>, <HideLocalAccountScreen>, and <HideOnlineAccountScreens>. For automatic logon, add <AutoLogon> settings in the specialize pass with encrypted passwords. Ensure correct configuration passes (windowsPE and specialize), and test using WSIM. Deprecated warnings about SkipMachineOOBE and SkipUserOOBE are informative and shouldn't impact unattended setup. Always test in a controlled environment before deploying in production for a seamless and user-free Windows deployment.


  3. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2024-02-29T09:28:21.14+00:00

    Hi @Eaven HUANG ,

    Thanks very much for your feedback and sharing. We're glad that the issue is gone now. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary for the problem.

    Problem/Symptom:

    SCCM can't skip OOBE wizard for OSD when deploying the latest Windows 11, still get the welcome wizard asking to select region, language, etc.

    Solution/Workaround:

    Just used a new unattended.xml and managed to get it work with SCCM OSD.

    Thanks again for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.