Language bar keeps showing up in XP

ahsia

Golden Member
Oct 3, 2000
1,031
0
0
Running Windows XP, for some reason, the lanaguage bar keeps showing up in my toolbar area. How can I disable this?
 

Pilsnerpete

Platinum Member
Apr 4, 2002
2,060
0
0
Put that in your pipe and smoke it.
(Put that in a reg file and run it.) LMK if it works for ya.

Windows Registry Editor Version 5.00

;Removes Language Bar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325"
 

Pilsnerpete

Platinum Member
Apr 4, 2002
2,060
0
0
Hehe. This tweak is in the pm I sent you, but here's the abbreviated version:

1. Copy the following into a new .txt file:

Windows Registry Editor Version 5.00

;Removes Language Bar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325"

;^^^Make sure you have a blank line below the last line of text.

2. Change the file extension from ".txt" to ".reg."

3. Right-click the file you've created and named and Merge it into the registry.

4. Reboot to take effect.