winxprules Posted December 26, 2004 Posted December 26, 2004 After installing Office 2003 (unattended or attended), the language bar is turned on by default.Does anyone know where it is in the registry that you can disable this by default for any new user that signs on? I would like to have it imported during setup.
owoods Posted February 10, 2005 Posted February 10, 2005 HiDid you ever find out how to do this? im trying to do the same thing?!ThanksOli
Jamall Posted February 10, 2005 Posted February 10, 2005 I think you can HKEY_USERS\S-1-X-XX-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXX-XXXX\Software\Microsoft\CTF\LangBar : ShowStatusandREG_DWORD to 0x00000000 (0) for language bar showed on screen.REG_DWORD to 0x00000004 (4) for language bar in start menu bar.HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar : ShowStatusand REG_DWORD to 0x00000000 (0) for language bar showed on screen.REG_DWORD to 0x00000004 (4) for language bar in start menu bar.This is only for the current user but I think if I remember about how to implement stuffs for eery user, copy the NTUSER.DAT to the new users place.I hope this helps.
muiz Posted February 11, 2005 Posted February 11, 2005 [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"
AnimaliX Posted February 20, 2005 Posted February 20, 2005 [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"<{POST_SNAPBACK}>This reg is wrong... you can't switch language.
SiMoNsAyS Posted February 20, 2005 Posted February 20, 2005 don't install the alternative user imput together with office and problem will be solved.
AnimaliX Posted February 20, 2005 Posted February 20, 2005 don't install the alternative user imput together with office and problem will be solved.<{POST_SNAPBACK}>I dont have Office 03. I test the registr under vmware and switch language option dont work.
prathapml Posted February 20, 2005 Posted February 20, 2005 All you need to do is neutraliseHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\ctfmon.exeA .reg file with a "-" (dash) value for relevant key can do it.
AnimaliX Posted February 21, 2005 Posted February 21, 2005 All you need to do is neutraliseHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\ctfmon.exeA .reg file with a "-" (dash) value for relevant key can do it.<{POST_SNAPBACK}>yeah[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"CTFMON.EXE"=-
Raiden256 Posted March 15, 2005 Posted March 15, 2005 I have tried this and it's true that the key above will remove the language bar. I can't get it to work unattended though using my tweaks.reg file called from start.cmd.All the other tweaks work except this one. If I run it after the first login, however, it does remove the entry. Is the ctfmon.exe getting put into the registry after when start.cmd is running?Any help is appreciated.
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