Op de website van Johan Eksberg kwam ik een batch file tegen voor het instellen van de Input Locale.
www.eksberg.se

Ik heb dit script vertaald naar de scripttaal kix. (http://www.kixtart.org)

;* Keyboard settings
If ComputerInGroup(‘GG_RES_K37InputLocaleUS’)
$Input = “\\se37bdc1\Netlogon\InputLocale\int-du-usl.txt”
Else
$Input = “\\se37bdc1\Netlogon\InputLocale\int-du-nl.txt”
Endif
If Exist(“H:\inputlocale.txt”)
Del “H:\inputlocale.txt”
Endif

copy “$Input” “H:\inputlocale.txt”

Shell ‘%comspec% /e:1024 /c “Rundll32 shell32,Control_RunDLL intl.cpl,,/f:”H:\inputlocale.txt”‘

Op de Microsoft site vondt ik een lijst met alle input locale instellingen. http://www.microsoft.com

Het script en de overige bestanden kun je hier downloaden:
InputLocale.zip

Leave a comment

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