I have two applications - A and B. B has 'requireAdminstrator' manifest and I would like to invoke it from application A which is in standard token. UAC is 'Never-Notify'.
Is it really possible?
I have already tried CreateProcess and CreateProcessWithLogonW and both return FALSE and GetLastError shows 740 (The requested operation requires elevation. )