December 26, 200421 yr 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.
February 10, 200521 yr HiDid you ever find out how to do this? im trying to do the same thing?!ThanksOli
February 10, 200521 yr 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.
February 11, 200521 yr [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"
February 20, 200521 yr [-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.
February 20, 200521 yr don't install the alternative user imput together with office and problem will be solved.
February 20, 200521 yr 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.
February 20, 200521 yr 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.
February 21, 200521 yr 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"=-
March 15, 200521 yr 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.
Create an account or sign in to comment