Utility for changing the screen resolution

Avatar
  • updated

QRes Utility (https://sourceforge.net/projects/qres) allows you to change the screen resolution, for example, using .bat script, so as not to go into the settings and not to search for the desired resolution manually.

@echo off

%HOMEPATH%\Desktop\QRes.exe /x:1366 /y:768

exit

Change the X and Y variables to suit your resolution.

And also, specify the correct path to the utility, I have it on the desktop of the reference (mother) system.