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.
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)
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”)
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.
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.
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]
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.