I have a .NET executable that starts a Windows service (through ServiceController). The problem is that this does not work when in UAC mode.
The manifest file says "asInvoker".
What is the best way to get a similar prompt as in Windows or "accept" just like in the prompt when starting/stopping service manually?