I'm creating an unattend.xml file for a Windows Server 2022 Hyper-V image to get past the Out-Of-Box Experience (OOBE). I've managed to bypass all but one screen, and I'm looking for advice on what setting to add to my XML to skip this last hurdle. I've included a link to an image showing my current configuration for reference.
1 Answer
You should check where you've defined your language settings in the XML. There are basically two places where you need to set the regional settings. Make sure you’ve got all entries covered, which usually amounts to about three in total. That could be what you're missing!
Here's a sample setup for the language section in your XML:
Make sure everything is correctly set, and see if that helps!