Hi,
In my installer, I have an aa.exe file which is the application that we are installing through setup.exe.
Now, in Windows 10 machines, I need to disable Windows scaling settings whenever our aa.exe is open or in running state.
"HKEY_CURRENT_USER\Control Panel\Desktop\EnablePerProcessSystemDPI"- This is the key in which value should make it to 0.
The thing is that the value of the key should change only at the running time.
Can we do anything in the aa.exe in the install kit?
is there is any property we can set to aa.exe in the install kit itself, so that whenever aa.exe in running state, that scaling factor get enabled?
Thanks,
jes.