C
C#14mo ago
Ossie

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
ZacharyPatten
ZacharyPatten14mo ago
UseShellExecute
Ossie
OssieOP14mo ago
Set to true or false?
Denis
Denis14mo ago
What do the docs say?
jcotton42
jcotton4214mo ago
I'm curious why
Ossie
OssieOP14mo ago
Curious why I would need this?
jcotton42
jcotton4214mo ago
Yeah
Ossie
OssieOP14mo ago
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 shrug

Did you find this page helpful?