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


source to share





All Articles