LoginSignup
0
0

More than 5 years have passed since last update.

Windows > コマンドプロンプト > 700個のtest.exeプロセスをKillする > taskkill /IM test.exe /F

Last updated at Posted at 2017-09-22
動作環境
Windows 10 Pro (64bit) Creators Update適用済

間違ってtest.exeを700個起動してしまった場合。

コマンドプロンプトで切るには。

参考: http://tweaks.com/windows/39559/kill-processes-from-command-prompt/

以下を実行してみた。

taskkill /IM test.exe /F
run
成功: プロセス "test.exe" (PID XXXX)は強制終了されました。
成功: プロセス "test.exe" (PID XXXX)は強制終了されました。
成功: プロセス "test.exe" (PID XXXX)は強制終了されました。
...
成功: プロセス "test.exe" (PID XXXX)は強制終了されました。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0