Unsolved
1 Message
0
564
August 18th, 2022 20:00
DDM, two S2721DGF, change Inputs simultaneously?
Hello,
I'm looking to purchase two Dell S2721DGF and want to continue utilizing DDM (Dell Display Manager).
If I use two S2721DGF, would I be able to use DDM and create a shortcut to change the input of both S2721DGF at once? I currently use a Dell ultrawide and change displays using DDM, but curious if I can do it for both monitors at once.
Thanks!
No Events found!


swamped207
4 Apprentice
•
426 Posts
0
August 20th, 2022 02:00
You cannot do this simultaneously, but with a little experimentation you can do this with a single Windows shortcut (and associated Windows shortcut hotkey) - which may be what you mean by "at the same time".
Try something like this, assuming, say, that your S27s are both connected via DP and you want to switch both over to HDMI:
ddm.exe /2:SetActiveInput HDMI /Wait 10000 /1:SetActiveInput HDMI
To switch back:
ddm.exe /2:SetActiveInput DP /Wait 10000 /1:SetActiveInput DP