run-hidden icon indicating copy to clipboard operation
run-hidden copied to clipboard

Please handle termination of the child process when the parent gets terminated

Open Bert-Proesmans opened this issue 10 months ago • 0 comments

Hi, in the use-case of launching hidden console windows as user tasks. Killing the task from the task scheduler, and run-hidden by consequence, does not kill the child process. Headless conhost has the same behaviour.

This disconnect is confusing since the task is reported as "ended" (in task scheduler) but the child process is still running on the system. Is it possible to handle and pass through the kill signal to the child process?

Bert-Proesmans avatar May 27 '25 14:05 Bert-Proesmans