Process Start without my Program being the "parent"
Hi,
How can I use System.Diagnostics.Process.Start without my program being the "parent" program, I'd like it to launch "externally" like if the Process was opened manually by the user. Is this possible?
7 Replies
UseShellExecute
Set to true or false?
What do the docs say?
I'm curious why
Curious why I would need this?
Yeah
The process I’m trying to start has some security feature causing it to act weird if another process is a parent off it
I’m guessing its trying to defend against dynamic code analasys or smth but