Is there any possible way to use a script, registry key, or powershell script that can do the simple task as done in the GUI, to copy the Region and Language Settings (international settings) to the welcome screen, and new user accounts)?
I have searched for quite a while and cannot find anything.
I know in the unattend script file for working with the MultiLanguages it uses this:
<gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
However, I know that these do not copy to the Welcome Screen or New Users, as I have tried running a script to execute this both in standard user privileges and administrator privileges.
So, is it possible to copy those settings without going the GUI route?