stop
Last updated
Last updated
process::stop
terminates a process by using the Windows Native API function. The Win32 API equal one is . It has the following command line arguments:
positional argument: the name of the process to stop
/pid
: the PID of the process
In the following example, the /pid
of notepad.exe
is 6500
.