Start Process with administrator right in C#

administrator, c#, process.start

Solution

I found it, I need to set the Scheduled Task to run the application with highest privileges in General settings.

Problem

I have to start a command line program with System.Diagnostics.Process.Start() and run it as Administrator. This action will also be run by a Scheduled Task every day.

Original source