CMD what does /im (taskkill)?

后端 未结 5 1784
栀梦
栀梦 2021-02-05 06:00

I just read the following command:

taskkill /f /im something.exe

I read that /f forces the task to close, but what does /im

5条回答
  •  离开以前
    2021-02-05 06:37

    it allows you to kill a task based on the image name like taskkill /im iexplore.exe or taskkill /im notepad.exe

提交回复
热议问题