F5F Stay Refreshed Software Operating Systems Turn off two of your three monitors after the designated time.

Turn off two of your three monitors after the designated time.

Turn off two of your three monitors after the designated time.

M
Major_Limitz
Member
96
01-17-2021, 08:34 PM
#1
You're looking to automate turning off two of your monitors while keeping one active, using Windows 11. This can be achieved through a combination of PowerShell scripts, third-party tools, or custom shortcuts. Consider exploring built-in automation features or specialized software designed for monitor management.
M
Major_Limitz
01-17-2021, 08:34 PM #1

You're looking to automate turning off two of your monitors while keeping one active, using Windows 11. This can be achieved through a combination of PowerShell scripts, third-party tools, or custom shortcuts. Consider exploring built-in automation features or specialized software designed for monitor management.

B
224
01-18-2021, 08:13 PM
#2
There isn’t any third-party tool available for this task. Still, from what I understand, the technical feasibility exists. Even older CRT monitors used a protocol called DDC/CI (Display Data Channel / Command Interface), which TVs and monitors support. This protocol is part of the VESA standard, enabling commands to be sent between devices—such as adjusting brightness, contrast, input selection, or volume. Windows already provides APIs that make it easier for developers to send these commands. The challenge lies in the DDC/CI protocol itself: not every connection will function reliably, and outside business settings it doesn’t serve a broad consumer need. Most buyers don’t seek this feature when purchasing monitors. Manufacturers usually meet only the minimum requirements for their own systems, without strict certification. Performance differences are noticeable—some displays respond instantly while others lag or flicker. Certain brands deviate from VESA standards or use proprietary methods, making it hard to send commands back and forth. For example, some models disable input switching after a command, breaking continuity. The VESA standard itself is vague, allowing varied interpretations. The Dell UltraSharp line stands out as the only one fully supporting DDC/CI, likely due to its focus on enterprise solutions and an intuitive control interface. Of course, most users aren’t interested in UltraSharp, as they’re mainly office workers rather than gamers. This situation explains why Windows lacks a robust solution for desktop monitor control. There’s no motivation for companies to improve this, and Microsoft hasn’t shown interest in addressing common issues like flickering or delayed brightness changes. The available APIs exist, but the market remains fragmented, making full implementation difficult.
B
Buddy_The_Hero
01-18-2021, 08:13 PM #2

There isn’t any third-party tool available for this task. Still, from what I understand, the technical feasibility exists. Even older CRT monitors used a protocol called DDC/CI (Display Data Channel / Command Interface), which TVs and monitors support. This protocol is part of the VESA standard, enabling commands to be sent between devices—such as adjusting brightness, contrast, input selection, or volume. Windows already provides APIs that make it easier for developers to send these commands. The challenge lies in the DDC/CI protocol itself: not every connection will function reliably, and outside business settings it doesn’t serve a broad consumer need. Most buyers don’t seek this feature when purchasing monitors. Manufacturers usually meet only the minimum requirements for their own systems, without strict certification. Performance differences are noticeable—some displays respond instantly while others lag or flicker. Certain brands deviate from VESA standards or use proprietary methods, making it hard to send commands back and forth. For example, some models disable input switching after a command, breaking continuity. The VESA standard itself is vague, allowing varied interpretations. The Dell UltraSharp line stands out as the only one fully supporting DDC/CI, likely due to its focus on enterprise solutions and an intuitive control interface. Of course, most users aren’t interested in UltraSharp, as they’re mainly office workers rather than gamers. This situation explains why Windows lacks a robust solution for desktop monitor control. There’s no motivation for companies to improve this, and Microsoft hasn’t shown interest in addressing common issues like flickering or delayed brightness changes. The available APIs exist, but the market remains fragmented, making full implementation difficult.

I
ImJeziiq
Junior Member
5
01-19-2021, 01:02 AM
#3
Thanks for the details. It seems I should start learning programming to create a tool that uses the available API, allowing me to control two monitors by pausing them.
I
ImJeziiq
01-19-2021, 01:02 AM #3

Thanks for the details. It seems I should start learning programming to create a tool that uses the available API, allowing me to control two monitors by pausing them.