On Fri, 24 Jul 2020, Myah Caron wrote:
Is there a way to replicate the Arabic configuration? I have so far installed most of the Arabic language packs under win10 1903, but am unable to replicate the font family issue.
I created it with SetWinLocale: SetWinLocale --default ar-EG SetWinLocale expects the machine it is configuring to be running TestAgentd: that's how this Linux script runs commands on the Windows machine. But the core of it is the locales.xml file it generates: https://source.winehq.org/git/tools.git/blob/HEAD:/testbot/bin/SetWinLocale#... Then it runs: control.exe intl.cpl,,/f:"locales.xml" See also: https://support.microsoft.com/en-us/help/2764405/how-to-automate-regional-an... -- Francois Gouget <fgouget(a)codeweavers.com>