I am trying to start another process with Process.Start running under different credentials with the UAC turned on. I get the following error:
System
Try adding manifest file for that other process that you want to start. Windows will analyze manifest file and present you with UAC dialog before process start.
Here is the info how to embed manifest file link1 and link2
HTH