Hi all,

I want to launch an application on Vista which requires administrator rights (but has the asInvoker manifest option). However, when UAC is disabled, I cannot elevate the process using runas in shellexecute.

How should I run an application as administrator when UAC is turned off / disabled?

Thanks!