Home » Questions » Computers [ Ask a new question ]

Can I close the "language bar" from command line?

Can I close the "language bar" from command line?

Whenever I log on to a new Windows server (and that happens a lot), one of the first things I do is close the "language bar" in the lower right corner (I don't need to switch between lots of different keyboards on a remote server, why would I?).

Asked by: Guest | Views: 209
Total answers/comments: 2
Guest [Entry]

"The lanuage bar can be ""uninstalled"" completely by running the following
command:

regsvr32.exe /u /s msutb.dll

Regsvr32.exe usage

You can use the Regsvr32 tool (Regsvr32.exe) to register and unregister OLE controls such as DLL or ActiveX Controls (OCX) files that are self-registerable. This may be necessary to troubleshoot some issues with Windows, Microsoft Internet Explorer, or other programs. For example, the following article in the Microsoft Knowledge Base requires that you use Regsvr32.exe to unregister the Wuv3is.dll control before you reinstall it from the Windows

RegSvr32.exe has the following command-line options:

Regsvr32 [/u] [/n] [/i[:cmdline]] dllname

/u - Unregister server
/i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall
/n - do not call DllRegisterServer; this option must be used with /i
/s – Silent; display no message boxes (added with Windows XP and Windows Vista)"
Guest [Entry]

"Somehow I missed the ""from command line"" in the question title. But since the language bar shows on the desktop, you must have access to the explorer shell for it to annoy you; I'll leave this answer here anyway in case it's helpful.

In XP, there's an option in the Regional and Language Options control panel:

In the Languages tab, click Details... in the Text services and input languages group.
In the Settings tab of the dialog that comes up, click Language Bar... in the Preferences group.
You'll see a setting for Show the Language bar on the desktop.

Surely there's a similar setting for Windows Server?"