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 da
I found it, I need to set the Scheduled Task to run the application with highest privileges in General settings.