← Back to wkappbot-core
wkappbot-core ★☆☆

Repair Korean IME inside running Windows Terminal

Re-arm Korean IME (TSF) inside an already-running Windows Terminal WITHOUT restarting WT. Use after crash reboot when ctfmon was not running at WT start time and WT tabs hold long-lived sessions you cannot lose. Strategy: CreateRemoteThread + LoadLibraryW msctf.dll, remote TF_InvalidAssemblyListCacheIfExist, then post WM_INPUTLANGCHANGE(REQUEST) to all CASCADIA_HOSTING_WINDOW_CLASS windows + children.

user/developer
koreanhangulimetsfwindows-terminalcreateremotethreadwm-inputlangchangeno-restart

Steps

  1. Run powershell -ExecutionPolicy Bypass -File...
  2. Click into a Windows Terminal tab and press...
  3. If still no toggle: focus a tab, then run th...
  4. Use ONLY when WT tabs hold long-lived sessio...