Jump to content

Recommended Posts

Posted

I need to have the asian languages toolbar available on a load of laptops and Im trying to figure out a way to deploy it.. Cant seem to find a definitive answer.

 

Also when I try to install it manually, the Languages toolbar displays for staff but not for students, could I have a GPO that is blocking the languages toolbar?

Posted
ah sorry i thought you wanted the ones installing you get from windows update. Im not sure how to do it to be honest. I have never had the need.
Posted

right it looks like im going to need to enable the extra languages manually. Thats no problem. But for some reason once they are enabled I cannot get the language bar to show for student accounts.

 

Im wondering what restriction might be stopping it from showing?

Posted (edited)

DISM can be used to install a language pack in Windows 7...

 

DISM /Online /Add-Package /PackagePath:X:\LangPacks\Windows6.1-KB2483139-x64-ja-JP.cab

 

Language packs can be downloaded directly from Microsoft here or here (if you don't want to use Windows Update), but you will need to convert them into CABs first using this tool.

 

http://i.imgur.com/E2eDz.png

 

I think the following registry key controls whether the language bar is displayed or hidden.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
"ShowStatus"=dword:00000000

Edited by Arthur
Added another link
  • Thanks 2
Posted

I Cant seem to download that converter..

 

An Error Occurred

 

Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

 

[#10171] You do not have permission to view this attachment.

 

Can you help with a direct link please?

Posted

Thanks, got the languages installed but it seems that even though it is set to show, the language bar does not show until I go into region and language, and change keyboards and manually add in the new language keyboards.

 

Is there a way to automate the addition of new keyboards, and therefore make the languagebar appear?

Posted
Is there a way to automate the addition of new keyboards, and therefore make the language bar appear?

If you do a before and after comparison of the two registry keys below you should be able to find out what gets added to make the language bar appear.

 

[HKEY_CURRENT_USER\Keyboard Layout\Preload]
[HKEY_CURRENT_USER\Software\Microsoft\CTF]

 

Out of interest, which languages are you trying to add, and do your students have the "Do not display custom toolbars in the taskbar" GPO setting enabled or disabled?

Posted

Good idea Ill run regmon..

 

Trying to get Japanese and Chinese available as an option for the students in the Asian Languages classes to choose.

 

That GP object is set as Not Configured

Posted

Right Ive managed to find the right registry key that sets the keyboard which then enables the language bar.

 

Problem is now students cant import that registry key... How can I make it a system wide setting rather than Current User?

  • 6 months later...
Posted
DISM can be used to install a language pack in Windows 7...

 

DISM /Online /Add-Package /PackagePath:X:\LangPacks\Windows6.1-KB2483139-x64-ja-JP.cab

 

Language packs can be downloaded directly from Microsoft here or here (if you don't want to use Windows Update), but you will need to convert them into CABs first using this tool.

 

http://i.imgur.com/E2eDz.png

 

I think the following registry key controls whether the language bar is displayed or hidden.

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
"ShowStatus"=dword:00000000

 

The cab converter utility isn't actually needed. If you run the language pack to install it it'll create it itself with a name of LP.CAB and place it in the folder from where the EXE installer was ran.

  • 10 months later...
Posted
The cab converter utility isn't actually needed. If you run the language pack to install it it'll create it itself with a name of LP.CAB and place it in the folder from where the EXE installer was ran.

 

I didnt find that to be the case. Just revisting this thread as Ive had to add a couple new language packs.

 

Now that we have SCCM in place, is there something easier I could have done?

Posted

Also, while I now having it display the language bar, and I can choose between english, chinese and japanese, it is only in Japanese that it draws the japanese symbols

 

when I choose Chinese it doesnt draw chinese characters only the normal letters

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...