Richard Parmiter

Virtualisation blog and Knowledge Base

  • You are here: 
  • Home
  • vbs

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: , , , , ,
Filed under Scripts/Reg, Windows 2003 | 1 Comment »

Ads

Ads