How to enable TV display with MultiMonitorTool or similar?

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

The documentation forMultiMonitorToolcontains 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 ofSaveConfig and LoadConfig in order to change the configuration in such cases.

11

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like