1

I have two monitors and one TV connected to same computer with Windows 10.

enter image description here

An image I found online to describe the setup

I know I can choose to extend or duplicate, or not, to second screen doing WIN + P, but that doesn't work for the TV as it is a third display.

I would really like a shortcut so I dont have to open display setting each time I want to use the TV as display.

My computer is a laptop with Intel HD 630 + Nvidia GT 1050 Ti but Im pretty sure it only uses the HD 630 normally. It also has an external graphics card usb hub using DisplayLink drivers. TV is connected to HDMI on laptop while two monitors are connected via the external hub. The TV is a Samsung smart TV.

With the freeware MultiMonitorTool it's quite easy to make a command line command that I can save as a shortcut that disables the TV:

enter image description here

MultiMonitorTool.exe /disable 1

This disables the display perfectly just as I want. (1 being the monitor number of the TV)

Unfortunately the TV display can not be enabled again via command line using MultiMonitorTool for some reason using:

MultiMonitorTool.exe /enable 1

If I run the enable command nothing happens.

(When making tests on other two monitors I can enable them with this command so its a problem that is specific for the TV)

If I manually open Windows display settings I can select the display, scroll down and choose "Extend to this display" to enable it.

enter image description here

I open display settings and there it is...

enter image description here

Selecting "Extend..." enables the TV display again

enter image description here

Now the display is enabled, and can be disabled with the shortcut again

My question is, why doesnt it work to enable the TV and what can I do to enable it via command line instead of having to go to settings each time?

1 Answer 1

1

The documentation for MultiMonitorTool contains several warnings about disabling monitors by their position, as this may change the position. It seems to me that once monitor 5 was disabled, it is no longer there to be re-enabled.

The workaround advised in the documentation is to use instead the commands of SaveConfig and LoadConfig in order to change the configuration in such cases.

11
  • Yes I did already try this but unfortunately it didnt work either. Thanks for the reply though! That said, I will try it again soon just to really make sure Im not wrong.
    – Don King
    Commented Apr 14, 2020 at 15:53
  • Just tried it again. Loading the configuration does not enable the display again, sadly.
    – Don King
    Commented Apr 14, 2020 at 15:56
  • The commands /turnoff and /turnon to toggle the sleep state of the monitors without actually disabling them might work better since the monitors stay where they are. The enable problem seems specific to some monitors.
    – harrymc
    Commented Apr 14, 2020 at 15:58
  • Yes I tried that too, neither command does anything to the TV. The only command that work is /disable .
    – Don King
    Commented Apr 14, 2020 at 16:03
  • 2
    I agree that probably this being a TV is the cause of the problem. Try maybe another tool: WS Display Settings.
    – harrymc
    Commented Apr 14, 2020 at 17:32

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .