
Hide the language bar
Posted on August 9th, 2008
VB script to hide the language bar from the Windows 2003 taskbar. Call from logon script.
WshShell.RegWrite “HKCU\Software\Microsoft\CTF\LangBar\ShowStatus”, “2″, “REG_DWORD”
WshShell.RegWrite “HKCU\Software\Microsoft\CTF\LangBar\ExtraIconsOnMinimized”, “0″, “REG_DWORD”
WshShell.RegWrite “HKCU\Software\Microsoft\CTF\Disable Thread Input Manager”, “1″, “REG_DWORD”
WshShell.RegWrite “HKCU\Software\Microsoft\MSUTB\ShowDeskBand”, “1″, “REG_DWORD”
Tags: language bar, script, Scripts/Reg, Scripts/Reg, vbs, Windows 2003
Filed under Scripts/Reg, Windows 2003 | 1 Comment »
