Location: Mail List

Ads

Skyscraper

The GPTalk Mailing List

The GPTALK mailing list is where you can send and receive email related to Windows Group Policy. You must subscribe to the list to send and receive mail from the list. The purpose of the list is to provide a forum for asking and answering technical questions related to Group Policy. Any question is fair game as long as it is related to Windows Group Policy.  The Archives for this list can be found on this page.

 

List Posts

Subject: [gptalk] add asian language with GPO
Prev Next
You are not authorized to post a reply.

AuthorMessages
partlakeUser is Offline

Posts:43

01/17/2012 7:55 PM  

I've not done this, is it doable please? TIA
dmareliaUser is Offline

Posts:442

01/18/2012 2:13 PM  
Nick-
How do mean ("add Asian language")? Do you mean to the OS or to Group Policy Admin Templates?

Darren

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of nick portlock
Sent: Tuesday, January 17, 2012 11:42 AM
To: gptalk@lists.gpoguy.com
Subject: [gptalk] add asian language with GPO

I've not done this, is it doable please? TIA
partlakeUser is Offline

Posts:43

01/18/2012 3:46 PM  
sorry, my student is installing a language pack to the OS. it’s currently done with a user logon script, and includes a reg file to change the source path for the install files. This shows an error because the users don’t have rights to edit the registry. I think we can overcome that problem by running the script with GPP and using elevated rights.
did this turn out to be a self-answering question?!

From: Darren Mar-Elia
Sent: Wednesday, January 18, 2012 8:54 AM
To: gptalk@lists.gpoguy.com
Subject: RE: [gptalk] add asian language with GPO

Nick-

How do mean (“add Asian language”)? Do you mean to the OS or to Group Policy Admin Templates?



Darren



From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of nick portlock
Sent: Tuesday, January 17, 2012 11:42 AM
To: gptalk@lists.gpoguy.com
Subject: [gptalk] add asian language with GPO



I've not done this, is it doable please? TIA

dmareliaUser is Offline

Posts:442

01/19/2012 12:03 AM  
Nick-
Yes, that should work but you could also use a startup script.

Darren

From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Nick Portlock
Sent: Wednesday, January 18, 2012 7:30 AM
To: gptalk@lists.gpoguy.com
Subject: Re: [gptalk] add asian language with GPO

sorry, my student is installing a language pack to the OS. it’s currently done with a user logon script, and includes a reg file to change the source path for the install files. This shows an error because the users don’t have rights to edit the registry. I think we can overcome that problem by running the script with GPP and using elevated rights.
did this turn out to be a self-answering question?!

From: Darren Mar-Elia<mailto:darren@sdmsoftware.com>
Sent: Wednesday, January 18, 2012 8:54 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: RE: [gptalk] add asian language with GPO

Nick-
How do mean (“add Asian language”)? Do you mean to the OS or to Group Policy Admin Templates?

Darren

From: gptalk-owner@lists.gpoguy.com<mailto:gptalk-owner@lists.gpoguy.com> [mailto:gptalk-owner@lists.gpoguy.com]<mailto:[mailto:gptalk-owner@lists.gpoguy.com]> On Behalf Of nick portlock
Sent: Tuesday, January 17, 2012 11:42 AM
To: gptalk@lists.gpoguy.com<mailto:gptalk@lists.gpoguy.com>
Subject: [gptalk] add asian language with GPO

I've not done this, is it doable please? TIA
partlakeUser is Offline

Posts:43

01/19/2012 12:16 AM  
Good point - thanks for the tip Darren!

Sent from my iPhone

On Jan 18, 2012, at 6:46 PM, "Darren Mar-Elia" <darren@sdmsoftware.com> wrote:

> Nick-
> Yes, that should work but you could also use a startup script.
>
> Darren
>
> From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of Nick Portlock
> Sent: Wednesday, January 18, 2012 7:30 AM
> To: gptalk@lists.gpoguy.com
> Subject: Re: [gptalk] add asian language with GPO
>
> sorry, my student is installing a language pack to the OS. it’s currently done with a user logon script, and includes a reg file to change the source path for the install files. This shows an error because the users don’t have rights to edit the registry. I think we can overcome that problem by running the script with GPP and using elevated rights.
> did this turn out to be a self-answering question?!
>
> From: Darren Mar-Elia
> Sent: Wednesday, January 18, 2012 8:54 AM
> To: gptalk@lists.gpoguy.com
> Subject: RE: [gptalk] add asian language with GPO
>
> Nick-
> How do mean (“add Asian language”)? Do you mean to the OS or to Group Policy Admin Templates?
>
> Darren
>
> From: gptalk-owner@lists.gpoguy.com [mailto:gptalk-owner@lists.gpoguy.com] On Behalf Of nick portlock
> Sent: Tuesday, January 17, 2012 11:42 AM
> To: gptalk@lists.gpoguy.com
> Subject: [gptalk] add asian language with GPO
>
> I've not done this, is it doable please? TIA
SasUser is Offline

Posts:9

01/19/2012 12:46 PM  
I have installed Japanese language pack in the following way. :-

you need to create two files:-

1, input file

2, batch file (to deploy via GP)


******************************************
1, input file

MylangEA.txt contain the language details that you want to install and
place this txt file under I386 folder .


[RegionalSettings]
LanguageGroup=7
SystemLocale=0409
UserLocale=0409
InputLocale=0409:00000409,0411:e0010411



here 0409:00000409 is use first for EN US language as default.

7 and 0411:e0010411 is for Japanese language.

Use language group code and input locate code if you want to install other
EA languages.

for inputLocale check :-

http://msdn.microsoft.com/en-us/goglobal/bb895996


for LanguageGroup ID check :-

http://www.parmiter.com/microsoft/windows-2003/2008/11/RP517



2, create a batch file :-

::start of setlang.cmd
rundll32.exe shell32,Control_RunDLL
intl.cpl,,/f:"\\DC1\share\I386\mylangEA.txt" /s:"\\DC1\share\i386"
::end of setlang.cmd

user GP and connect this batch file on startup script or logon scripts.


thanks,
sas



On Thu, Jan 19, 2012 at 5:25 AM, nick portlock <nickportlock@hotmail.com>wrote:

> Good point - thanks for the tip Darren!
>
> Sent from my iPhone
>
> On Jan 18, 2012, at 6:46 PM, "Darren Mar-Elia" <darren@sdmsoftware.com>
> wrote:
>
> Nick-****
>
> Yes, that should work but you could also use a startup script.****
>
> ** **
>
> Darren****
>
> ** **
>
> *From:* gptalk-owner@lists.gpoguy.com [mailto:
> gptalk-owner@lists.gpoguy.com] *On Behalf Of *Nick Portlock
> *Sent:* Wednesday, January 18, 2012 7:30 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* Re: [gptalk] add asian language with GPO****
>
> ** **
>
> sorry, my student is installing a language pack to the OS. it’s currently
> done with a user logon script, and includes a reg file to change the source
> path for the install files. This shows an error because the users don’t
> have rights to edit the registry. I think we can overcome that problem by
> running the script with GPP and using elevated rights.****
>
> did this turn out to be a self-answering question?!****
>
> ****
>
> *From:* Darren Mar-Elia <darren@sdmsoftware.com> ****
>
> *Sent:* Wednesday, January 18, 2012 8:54 AM****
>
> *To:* gptalk@lists.gpoguy.com ****
>
> *Subject:* RE: [gptalk] add asian language with GPO****
>
> ****
>
> Nick-****
>
> How do mean (“add Asian language”)? Do you mean to the OS or to Group
> Policy Admin Templates?****
>
> ****
>
> Darren****
>
> ****
>
> *From:* gptalk-owner@lists.gpoguy.com
> [mailto:gptalk-owner@lists.gpoguy.com] *On Behalf Of *nick portlock
> *Sent:* Tuesday, January 17, 2012 11:42 AM
> *To:* gptalk@lists.gpoguy.com
> *Subject:* [gptalk] add asian language with GPO****
>
> ****
>
> I've not done this, is it doable please? TIA ****
>
>

You are not authorized to post a reply.
Forums >GPTalk >GPTalk Mailing List > [gptalk] add asian language with GPO



ActiveForums 3.7

Members

MembershipMembership:
Latest New UserLatest:carmicklec
New TodayNew Today:0
New YesterdayNew Yesterday:0
User CountOverall:1399

People OnlinePeople Online:
VisitorsVisitors:0
MembersMembers:0
TotalTotal:0

Online NowOnline Now:

Ads

Banner Inv
Copyright 2009 by GPOGUY.COM
Terms Of Use