I wanna set the screen resolution of screen 1 to a predetermined value of 1872 x 1248 then set scaling to 100% then launch a .exe file from a folder, and once the exe is closed revert the screen automatically back to 3240 x 2160 and 200% scaling.
EDIT1:
Batch command to change the resolution of a computer
this one helped me set the resolution and it works fine:
ChangeScreenResolution.exe /w=1872 /h=1248 /d=0
allFiles.exe
/wait allFiles.exe
ChangeScreenResolution.exe /w=3240 /h=2160 /d=0
But I couldn't find any resources on how to set resolution scaling at all, that's the missing bit, I'm fairly sure it can be done, but I don't know how.
How can it be done?
Thanks