Windows – Change second screen resolution from command line

command lineresolutionwindows 8

Is there any way to change resolution of the second screen on my computer, preferably from the command line?

I've boon looking for software like this, and neither QRes, HotKey Resolution Changer and such but every single one changes resolution only of the first screen. I need just to change resolution to one a little bit lower and immedietaly restore it, just because my monitor often displays error "Out of range", which is pretty annoying doing it from monitor properties.

Best Answer

NirCmd's SetDisplay command should do what you want:

nircmd setdisplay monitor:2 1600 1200 24
nircmd setdisplay monitor:name2 1600 1200 24