Setting Language and Keyboard at end of SCCM Task Sequence without unattend.xml

PaulM 121 Reputation points
2021-01-20T13:37:36.53+00:00

We are creating a non-standard SCCM task sequence that will be used by our hardware vendor and we have a need to be able to set other language and keyboard after the install windows and unattend.xml steps are run. The task sequence uses offline media and runs in two phases. The first half is run in the factory and that is where Windows and most apps get installed, but then a second half runs once the system is brought online in our network and then a UDI wizard kicks off and the tech gets the opportunity to specify language and keyboard settings. The problem we are having is that we can install the language pack based on what is entered in the wizard, but we can't make them the active default. Everything I'm finding on this talks about using the unattend.xml, which is how we do it in our normal on-prem task sequence, but that isn't an option with this scenario.
Does anyone have a method to set the default language and keyboard at the end of a task sequence?

Thanks,

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
1,016 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Gary Blok 1,746 Reputation points
    2021-01-20T17:03:58.97+00:00

    Can you do it similar to how you'd do it for In place Upgrades?
    I'm using a process based on this: https://execmgr.net/2017/09/20/installing-language-packs-windows-10-waas/

    58814-image.png

    0 comments No comments

  2. PaulM 121 Reputation points
    2021-01-20T17:19:43.843+00:00

    I found that method after posting this question. We will give this a try and see if that resolves it. Thanks for the help!


  3. PaulM 121 Reputation points
    2021-01-21T14:50:47.123+00:00

    So far we haven't gotten this to work. We opened a case with Microsoft and have been told that changing it any other way than using unattend.xml isn't supported. We are trying to escalate that while we keep working to get this method to work.


  4. Pavel yannara Mirochnitchenko 12,626 Reputation points MVP
    2021-01-30T09:54:28.35+00:00

    There are built in steps for that in TS. But it is recommended to automatate it during OOBE, not at the end.

    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.