We have a pretty huge application that runs on JVM and relies heavily on jxbrowser. Whenever we run our application we see the following process tree in task explorer (which does change from time to time unintentionally and by itself):
My goal is simple, make sure the process tree is always a single line with a set name [app name].
The reason is primarily security related; on high security networks, unidentified processes are a problem.
Failed solutions considered:
Unfortunately, it is not possible as JxBrowser has a multi-process architecture, which does not allow to combine everything in one .exe file.