ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Display Properties/Settings shortcut function

(1/2) > >>

darkhelmet:
Something I always wanted/needed...

something that when clicked on (ideally from the desktop or system tray) would disable/enable a second monitor. I use dual monitors and when I am gaming I only need the primary (#1) monitor but have to right-click on the desktop/properties/settings and finally uncheck the option to extend windows to the second monitor.

My first request - any takers?

mouser:
this is a very good idea.. there may be some existing tools to do that.
one non-free one that works wonderfully is UltraMon (http://realtimesoft.com/ultramon/), which lets you save profiles you can start via tray menu, which will set various resolutions on different monitors, including disabling or enabling them.

lanux128:
with Autohotkey, you can emulate the mouse-clicks that toggles the 2nd display.. i don't have a 2nd monitor to test this but if you can provide the keystrokes/mouse-clicks involved then i may be able to make a script with it.. e.g. the following code will partially help you by opening the display properties & click on "advanced settings".. :)


--- ---Run, RunDLL32.EXE shell32.dll`,Control_RunDLL desk.cpl`,`,3 ; Show the Settings tab in Display Properties
WinWait, Display Properties
ControlClick, Ad&vanced, Display Properties ; Open Advanced Properties
Return

jgpaiva:
There seems to be a way to do this through command line, by using nvidia's nview (only if you have a nvidia graphics board) check this thread.

Nod5:
And if you have an ATI card, the Control Center and third party tools like the free ATI tray tools, http://www.guru3d.com/article/atitraytools/189/ , lets you create profiles and hotkeys to launch those profiles. It's then possible to make an autohotkey script that when run switches back and forth between two such profiles (by sending the hotkeys).

Navigation

[0] Message Index

[#] Next page

Go to full version