C
C#17mo 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
ZacharyPatten17mo ago
UseShellExecute
Ossie
OssieOP17mo ago
Set to true or false?
Denis
Denis17mo ago
What do the docs say?
jcotton42
jcotton4217mo ago
I'm curious why
Ossie
OssieOP17mo ago
Curious why I would need this?
jcotton42
jcotton4217mo ago
Yeah
Ossie
OssieOP17mo 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?