Detect if user refused to start process in UAC
When starting a new process in C # with
process.Start()
I cannot find the user denied this process in the UAC window. In both cases, ExitCode is 0.
How do I know if a user is allowed or denied in this process?
Thank!
+3
ml123
source
to share
No one has answered this question yet
Check out similar questions:
2753
1270
529
475
339
338
322
12
nine
-2