End Process from Task Manager using VB 6 Code

后端 未结 8 1254
被撕碎了的回忆
被撕碎了的回忆 2021-01-13 03:14

I need to kill an application roughly so I can get phantom subscriber of that application in my database (this can not be produced by closing the application). Manually, if

8条回答
  •  一整个雨季
    2021-01-13 03:34

    Call ShellExecute with the TaskKill command

    TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]

    Description: This tool is used to terminate tasks by process id (PID) or image name.

提交回复
热议问题