RabbieBurns Posted February 16, 2012 Posted February 16, 2012 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?
RabbieBurns Posted February 16, 2012 Author Posted February 16, 2012 The only way I can see to do it manually is to go to control panel, regions and languages, keyboards and languages, add chinese / japanese etc
FN-GM Posted February 16, 2012 Posted February 16, 2012 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.
RabbieBurns Posted February 19, 2012 Author Posted February 19, 2012 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?
Arthur Posted February 19, 2012 Posted February 19, 2012 (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 February 19, 2012 by Arthur Added another link 2
RabbieBurns Posted February 19, 2012 Author Posted February 19, 2012 I cant seem to get them to come in via windows update.. Windows 7 language packs are available for computers that are running Windows 7 Ultimate or Windows 7 Enterprise says that However, these language packs are not available on the Microsoft Windows Server Update Services (WSUS) server or through the Microsoft Download Center. which is why i might be struggling.. Ill try your way just now, cheers!
RabbieBurns Posted February 19, 2012 Author Posted February 19, 2012 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?
Arthur Posted February 19, 2012 Posted February 19, 2012 That message means you have to register on their forums. However, if you scroll further down that page you will find an alternative download link: www.mediafire.com/?ptwfj3d946shfe3 1
RabbieBurns Posted February 20, 2012 Author Posted February 20, 2012 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?
Arthur Posted February 20, 2012 Posted February 20, 2012 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?
RabbieBurns Posted February 20, 2012 Author Posted February 20, 2012 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
RabbieBurns Posted February 20, 2012 Author Posted February 20, 2012 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?
FN-GM Posted February 20, 2012 Posted February 20, 2012 Whats the reg key? user or computer? If its user you could import it with a logon script.
RabbieBurns Posted February 20, 2012 Author Posted February 20, 2012 local user but students have registry editing disabled so its not importing
RabbieBurns Posted February 20, 2012 Author Posted February 20, 2012 acctaully if i just change the 'allow silent registry changes' and keep registry editiing disabled, it lets me import the key.. I think I have it working
Arthur Posted February 20, 2012 Posted February 20, 2012 Group Policy Preferences? Group Policy preferences use the local System account by default, enabling it to configure settings that users can’t configure. (Source)
Duke5A Posted September 13, 2012 Posted September 13, 2012 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.
RabbieBurns Posted August 6, 2013 Author Posted August 6, 2013 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?
RabbieBurns Posted August 6, 2013 Author Posted August 6, 2013 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now