I want to create a child process in my application that will execute without inheriting the parent UAC. The parent works as an administrator, and I want the child process to run as a simple user without elevation. Does anyone know how to do this?
I am coding in C #.
Thank!
source
share