How to change Language for non-unicode programs from registry

  • Thread starter Thread starter Orkun AKSU
  • Start date Start date
O

Orkun AKSU

Hi Everyone ,
I have got many computers and their non-unicode settings are set to English
( United States )
I wanted to change this setting to another language on all computer
remotely.So I need registry keys , group policy settings or a script to do
that.
Is there any way to do it ?

Thank you
 
I found the solution

Change the following keys as desired

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage
ACP 1252 for English ( United States )
MACCP 10000 for English ( United States )
OEMCP 437 for English ( United States )
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language
Default 0409 for English ( United States )

Also you can export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\
from test computer to anothers after changing settings for non-unicode and
restart computer
 
Back
Top