Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Windows Default Language

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,51919
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows Default Language
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Windows Default Language - 9/17/2007 8:29:51 PM   
  computerboy82

 

Posts: 7
Score: 0
Joined: 9/2/2007
Status: offline
Hi there everyone,

Well I had a request today from our marketing team to ensure that all PC's had thier default language set to australia english. and with a couple of hundred computers to look after and only 2 IT staff to look after it all we both want to find a way where we can continue to sit at our computers and drink coke and eat fast food  

can anyone please help with this small little issue that I am having? cheers guys and girls.
 
 
Post #: 1
 
 RE: Windows Default Language - 9/17/2007 8:51:06 PM   
  ginolard


Posts: 1082
Score: 21
Joined: 8/10/2005
Status: offline
I'd do it in the login script.  You just need to find out which registry key(s) control it (e.g. using RegMon) and then use the RegWrite method to change the key(s)

_____________________________

Author of ManagePC - http://managepc.net
AD Query Template - http://www.visualbasicscript.com/m_40609/tm.htm
Consolidated Scripting Framework - http://www.visualbasicscript.com/m_59109/tm.htm

(in reply to computerboy82)
 
 
Post #: 2
 
 RE: Windows Default Language - 9/17/2007 11:32:32 PM   
  gdewrance


Posts: 587
Score: 3
Joined: 3/16/2006
Status: offline
The keys you want are here [HKEY_CURRENT_USER\Control Panel\International]

You could also export your settings, then import the reg file to everyone.

Dim WSHShell
Set WSHShell = CreateObject("Wscript.Shell")
WSHShell.Run ("regedit /s \\server\share\MyRegFileName.reg")

(in reply to computerboy82)
 
 
Post #: 3
 
 RE: Windows Default Language - 9/18/2007 7:37:12 AM   
  Parabellum


Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
I wrote a custom adm to do this via group policy (for UK Keyboard Layout)
more than welcome to use and adapt it..



      

INSTRUCTIONS
====================== 
Step 1: Save the above code as keyboard.adm file into the folder C:Windows\inf on the server

Step 2: Create and link a new GPO (call it something like “Keyboard Layout”)

Step 3: Edit the Keyboard Layout GPO

Step 4: In the Group Policy Editor Window; under User Configuration, right click Administrative Templates and choose Add Template

Step 5: select the keyboard.adm template and click OK until you are returned to the Group Policy Editor window

Step 6: with Templates still selected on the left hand side, select view from the toolbar, and filtering

Step 7: make sure the bottom 2 tick boxes (“only show configured policy settings” and “only show policy settings that can be fully managed”) are un-ticked

Step 8: Browse to the following setting (using the view on the left hand side) User Configuration > Administrative Templates > Custom Settings > Keyboard Layout

Step 9: Enable the policy setting listed on the right hand side (“Set UK Keyboard Layout”)

(in reply to computerboy82)
 
 
Post #: 4
 
 RE: Windows Default Language - 9/18/2007 8:07:46 PM   
  gdewrance


Posts: 587
Score: 3
Joined: 3/16/2006
Status: offline
seems as this is a default language issue and  not a keyboard setting
Here is a adm I just created for the Language option. Seems as need to do this but I'm just lazy.


      

(in reply to Parabellum)
 
 
Post #: 5
 
 RE: Windows Default Language - 9/19/2007 7:39:43 PM   
  computerboy82

 

Posts: 7
Score: 0
Joined: 9/2/2007
Status: offline
thank you everyone I will give those few things a try and see how we go.



Computer Boy

(in reply to gdewrance)
 
 
Post #: 6
 
 RE: Windows Default Language - 9/19/2007 7:47:11 PM   
  computerboy82

 

Posts: 7
Score: 0
Joined: 9/2/2007
Status: offline
gdewrance is this some sort of drop down menu in wich the user has control over the language that the use or am i reading it wrong. second question and please excuse my ignorance  but what is 'adm" has this got somthing to do with Active Directory? Thanks gdewrance.

(in reply to computerboy82)
 
 
Post #: 7
 
 RE: Windows Default Language - 9/19/2007 7:48:12 PM   
  computerboy82

 

Posts: 7
Score: 0
Joined: 9/2/2007
Status: offline
sorry about the bold did not mean to do that lol

(in reply to computerboy82)
 
 
Post #: 8
 
 RE: Windows Default Language - 9/19/2007 11:17:56 PM   
  gdewrance


Posts: 587
Score: 3
Joined: 3/16/2006
Status: offline
Just follow  Parabellum instructions

gdewrance is this some sort of drop down menu in wich the user has control over the language that the use or am i reading it wrong. Yes your reading it wrong. It's a GPO template.


second question and please excuse my ignorance  but what is 'adm" has this got somthing to do with Active Directory? Thanks gdewrance.

adm is a Windows Group Policy Template. So yes it has somthing to do with AD.
The only difference is this step
Step 8: Browse to the following setting (using the view on the left hand side) User Configuration > Administrative Templates > Then you should see International Language Option [you can change the name if you like]

(in reply to computerboy82)
 
 
Post #: 9
 
 RE: Windows Default Language - 9/27/2007 7:55:38 AM   
  computerboy82

 

Posts: 7
Score: 0
Joined: 9/2/2007
Status: offline
Hi gdewrance

Thanks for you help it is much appretiated I went to do as you instructed and low and behold there was already a template available to me called office11 and outlook11.

once again thank you

you are truley a super member

(in reply to gdewrance)
 
 
Post #: 10
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows Default Language Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts