Search notes:

Windows: Language Bar

Show disappeared Language Bar

I was once able to show a disappeared language bar again with the following commands entered in PowerShell:
PS> $ps_exe = (get-process -pid $pid).path
ps> start-process  $ps_exe -verb runAs
PS> get-process ctfmon | stop-process
PS> ctfmon.exe

See also

Taskbar

Index