View Single Post
  #2 (permalink)  
Old 09-21-2008
diman82 diman82 is offline
 

Join Date: Sep 2008
Posts: 6
diman82 is on a distinguished road
Thanks: 0
Thanked 0 Times in 0 Posts
Re: If Language Bar Has Disappeared In Vista
Great, worked for me! Great & simple solution!

Simply check that CTFMON.EXE boots at startup (for all users).
Use the following code (copy and paste to a .REG file) if you don't know how to add manually this executable to HKLM startup.


Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "ctfmon"="CTFMON.EXE"
Reply With Quote