dskjal
広告
広告

Windows10/11 の IME を再起動する

カテゴリ:PC

1. Powershell を管理者権限で起動

管理者権限で Powershell を起動するには以下の手順が使える。

  1. Win + R
  2. powershell とタイプ
  3. Ctrl + Shift + Enter

2. IME の再起動

Powershell で以下のコマンドを実行する。

Windows 10

ps -Name "ctfmon" | %{taskkill /pid $_.ID; ctfmon.exe}

Windows 11

ps -Name "ctfmon" | %{taskkill /F /pid $_.ID; ctfmon.exe}


広告
広告

カテゴリ