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