How to change Language for non-unicode programs from registry

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
 
O

Orkun AKSU

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top