suspend
process::suspend
suspends a process by using the NtSuspendProcess Windows Native API function. It has the following command line arguments:
positional argument: the name of the process to suspend
/pid
: the PID of the process
In the following example, the /pid
of notepad.exe
is 9212
.
Last updated