Skip to content

Instantly share code, notes, and snippets.

@u1735067
Created January 29, 2021 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u1735067/38e48dfbc815576e98c17bdaedede669 to your computer and use it in GitHub Desktop.
Save u1735067/38e48dfbc815576e98c17bdaedede669 to your computer and use it in GitHub Desktop.
Windows Sandbox launcher with French localization (keyboard layout, datetime, .. without UI)
<!-- Fr -->
<Configuration>
<LogonCommand>
<Command>powershell.exe -Command "Set-WinUserLanguageList -Force -LanguageList fr-FR"</Command>
</LogonCommand>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment