-
To change resolution with commands on Windows 10, open the
QRes
app with
Command Prompt
and run the
QRes.exe /x:1680 /y:1050
command. -
In the command, change the
horizontal (x)
and
vertical (y)
values with the screen resolution you want to apply.
You can adjust the resolution on Windows 10 using the Command Prompt, but you’ll need a third-party tool. This post will show you how to do it.
While you can always increase the screen resolution using the Display settings, Windows 10 lacks a command-line equivalent that allows you to change the screen resolution using PowerShell or the Command Prompt. To rapidly adjust the screen resolution for various apps and games that function well at particular resolutions, such a capability would be helpful. Additionally, you may automate the procedure with a script and even the Task Scheduler by using a command-line tool.
However, you can use QRes by Anders Kjersem if you need to utilize commands to adjust the monitor’s resolution. You may use the Command Prompt to change the display pixel resolution with this little tool, which doesn’t need to be installed.
This tutorial will show you how to use commands in Windows 10 to change the monitor’s display resolution.
-
Change screen resolution on Windows 10 from Command Prompt
-
Change screen resolution on Windows 10 from script
Change screen resolution on Windows 10 from Command Prompt
Use these techniques to modify the screen resolution in Windows 10 using commands:
QRes can be downloaded from this page.
To extract the QRes.zip file, right-click on it and choose the Extract All button.
To extract, click the button.
To open the Command Prompt at the location, type cmd and hit Enter. Then, add the QRes folder address bar.
To adjust the screen resolution in Windows 10, use the following command and hit Enter:
In the command, provide a supported width (x) and height (y) pixel resolution and modify the directory for the QRes.exe program. 1366 x 768, 1440 x 900, 1680 x 1050, 1920 x 1080, 2560 x 1440, and so on are a few examples.
The screen will change to the designated resolution after you finish the instructions.
Change screen resolution on Windows 10 from script
As an alternative, you can utilize QRes to generate a file script that will automatically adjust the display resolution when you double-click it or schedule it using Task Scheduler.
Follow these steps to write a script that modifies the screen resolution in Windows 10:
LaunchStart.
To launch Notepad, search for it and select the top result.
The following command should be copied and pasted:
In the command, provide a supported width (x) and height (y) pixel resolution and modify the directory for the QRes.exe program. 1366 x 768, 1440 x 900, 1680 x 1050, 1920 x 1080, 2560 x 1440, and so on are a few examples.
Select the Filemenu.
Choose the “Save As” option.
Give the batch file a meaningful name and end it with a.batfile.
Double-clicking the batch file after finishing the steps should cause the screen resolution to change automatically and without the need for additional actions.
It is advised to create a second batch file in order to restore the original resolution if you must continuously adjust the display resolution. You can always go to Settings>System>Display to see what solutions your monitor supports.