How to Bypass OOBE with unattend.xml for Hyper-V?

0
1
Asked By CuriousDuck42 On

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

Answered By TechieNinja99 On

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!

HelpfulHolly8 -

Here's a sample setup for the language section in your XML:



en-US
en-US
en-US
en-US

en-US


Make sure everything is correctly set, and see if that helps!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.