Jump to content

Language Bar


Recommended Posts

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.

Link to comment
Share on other sites

  • 1 month later...

I think you can

HKEY_USERS\S-1-X-XX-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXX-XXXX\Software\Microsoft\CTF\LangBar : ShowStatus

and

REG_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 : ShowStatus

and

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.

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

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.

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...