回答:
Ctrl + Shift + Escキーを押してタスクマネージャーを表示し、[プロセス]タブで問題のプロセスを右クリックして[プロセスの終了]を選択します。
個人的には、タスクマネージャーをProcess Explorer(sysinternalsから)に置き換え、リストナビゲーションを改善し、Delキーを使用してプロセスを強制終了できます。
実行メニューまたはコマンドプロンプトからtskill.exeを使用することもできます。
TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]
processid Process ID for the process to be terminated.
processname Process name to be terminated.
/SERVER:servername Server containing processID (default is current).
/ID or /A must be specified when using processname
and /SERVER
/ID:sessionid End process running under the specified session.
/A End process running under ALL sessions.
/V Display information about actions being performed.