Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
CJ16
2 discussion posts
I have two computers simultaneously hooked up to 5 monitors. Each computer has a set of monitor profiles that all it to use between 0-5 of the monitors at any given time. When I'm using both computers, I have to switch the profiles on each computer to the matching profile on the other (i.e. if Computer 1 is using Monitor 1 and 2, then Computer 2 is using Monitors 3, 4 & 5). Does anyone know of a way to set a profile on one computer that automatically switches the profile on the other computer?
Aug 31, 2017  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
There isn't a way to do that right in DisplayFusion, but if you're tech savvy you could create a batch file that loads the local Monitor Profile via DisplayFusionCommand.exe and then calls psexec to load the Monitor Profile on the other machine via DisplayFusionCommand.exe as well.

It would look something like this:

Code

"C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -monitorloadprofile "Local Profile Name"
psexec \\computername -u user -p password "C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -monitorloadprofile "Remote Profile Name"


Hope that helps point you in the right direction!
Sep 11, 2017  • #2
User Image
CJ16
2 discussion posts
Ooh, great idea. I didn't realize you could load a profile from the exe. I'm not a fan of plain text passwords, so I'll have to see if I can make something in powershell. Do you have any documents on the available cmd or ps options available for the exe?

Also, is there a command to override the confirmation box on profile load? The input switch on my monitors sometimes takes a minute to catch up and I end up playing tag with the profile loads and monitors trying to catch the confirmation box.
Sep 11, 2017 (modified Sep 11, 2017)  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We sure do!
https://www.displayfusion.com/Discussions/View/displayfusion-command-line-tool-displayfusioncommandexe/?ID=06d90ec9-5e5a-4be2-8540-6b52fbb4536e

You can disable the confirmation dialog as well in Settings > Advanced Settings, with the "Monitor Configuration: Don't Show Confirmation Prompt" option.

Hope that helps!
Sep 11, 2017  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)