Hi,
I'm Rodrigo and I'll help you.
Use this command line application to change your scale setting for both monitors with a batch file.
Download SetDPI here:
https://github.com/imniko/SetDPI/releases/downl...
Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.
Open Notepad to paste the command below (from @echo off) and save the file changing the extension to .bat to create the batch file. You will create 1 .bat file to each Scale setting you want to set.
File 1 - Scale 150%:
@echo off
setdpi.exe 150 1
setdpi.exe 150 2
File 1 - Scale 225%:
@echo off
setdpi.exe 225 1
setdpi.exe 225 2
Place the SetDPI.exe and the batch files in the same folder to work. You can create a shortcut for the batch file and place it anywhere