How can I adjust the Image File Execution Options per-process invocation(like a CreateProcess call)?
It is possible to programmatically enable application verifier, but this works by creating a persistent registry key in hkey_local_machine that affects all processes, and requires administrator access to do so. I'd like to enable the equivalent of specific application verifier checkboxes for individual processes, not per-exe.