I enforced ASLR with: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] "MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00 Now I have a program that doesn't start because of it. How do I add exceptions to ASLR on per-executable basis without disabling mitigatin tweak listed above?