Shortcut to Windows 7 Screen resolution setting other than by right-click on the desktop

If you just want to change which display you use, rather than each display's resolution, you can cycle between the display options when using multiple monitors with the Win + P hotkey.

Or (if you want to change screen resolution):

You can directly access the Display > Screen Resolution page by typing:

resolution

in the Windows search bar, and selecting the top result (should be Adjust screen resolution). You'll still have to disable or enable the screen of your choice though.

I'm sure there's a trick for getting autohotkey to do it as well, but it evades me.


A few quicker versions:

Use Win + D to minimize all windows, then right click, etc.

Or:

Right click on desktop, make a new shortcut, location desk.cpl. Call it whatever you want. When you click the icon, the screen resolution dialog show, from which you can select monitor.

Right click on the new shortcut, in the shortcut tab make the shortcut you'd like. If it doesn't work, then it's probably already in use. Try another one.

I'm sure there'll be ways to shortcut to the single monitor, maybe with autohotkey.


Right click on desktop > New > Shortcut. As location type in:

rundll32.exe shell32.dll,Control_RunDLL desk.cpl

Give it some name like Screen Resolution.

Icon get from %windir%\System32\Display.dll.

http://www.sevenforums.com/tutorials/24008-screen-resolution-shortcut-create.html