How to end another process after one process ends

Y H 1 Reputation point
2022-09-14T07:25:23.79+00:00

Every time a piece of software runs, in addition to the main process, a new process will be spawned, but it will not end the process after the software is terminated.

Is there any way to handle this as silently as possible.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,445 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,221 Reputation points
    2022-09-19T08:18:55.237+00:00

    Hello there,

    What is the software and what is the process name ? Without these details it is difficult to find the reason for this behavior. You can try to capture the reason by using tools like Process monitor.

    Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. You can get the tool from here https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    I hope this information helps. If you have any questions please let me know and I will be glad to help you out.

    ---------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.